From 07a17df386637e7689dd278b9b0a801f4ed1d156 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 18 Jul 2004 10:34:12 +0000 Subject: [PATCH] touch to avoid weird implicit makefile rule --- ext/sqlite/libsqlite/src/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sqlite/libsqlite/src/parse.c b/ext/sqlite/libsqlite/src/parse.c index 64e3eb3df8..463536915c 100644 --- a/ext/sqlite/libsqlite/src/parse.c +++ b/ext/sqlite/libsqlite/src/parse.c @@ -1,5 +1,5 @@ /* Driver template for the LEMON parser generator. -** The author disclaims copyright to this source code. +** The author disclaims copyright to this source code. */ /* First off, code is include which follows the "include" declaration ** in the input file. */ -- 2.50.1