summaryrefslogtreecommitdiff
path: root/ext/sqlite/libsqlite/src/parse.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-01-14 17:53:07 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-01-14 17:53:07 +0000
commit02ea3938becd8b39e2e5f5ad6fdb4d03e96ebb13 (patch)
treec033ee5558eb84e6fbe9170d73915ee670498b52 /ext/sqlite/libsqlite/src/parse.c
parent6e350b553bedcfe4694a7118d8b44f80266201f4 (diff)
downloadphp-git-02ea3938becd8b39e2e5f5ad6fdb4d03e96ebb13.tar.gz
touch generated parser.
Diffstat (limited to 'ext/sqlite/libsqlite/src/parse.c')
-rw-r--r--ext/sqlite/libsqlite/src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/libsqlite/src/parse.c b/ext/sqlite/libsqlite/src/parse.c
index 5dd5c59c9a..c1fd98c869 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. */