diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-01-14 17:53:07 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-01-14 17:53:07 +0000 |
commit | 02ea3938becd8b39e2e5f5ad6fdb4d03e96ebb13 (patch) | |
tree | c033ee5558eb84e6fbe9170d73915ee670498b52 /ext/sqlite/libsqlite/src | |
parent | 6e350b553bedcfe4694a7118d8b44f80266201f4 (diff) | |
download | php-git-02ea3938becd8b39e2e5f5ad6fdb4d03e96ebb13.tar.gz |
touch generated parser.
Diffstat (limited to 'ext/sqlite/libsqlite/src')
-rw-r--r-- | ext/sqlite/libsqlite/src/parse.c | 2 |
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. */ |