diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-06-30 20:59:21 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-06-30 20:59:21 +0000 |
commit | e6148391117c284b4847ef9a7c43128aa98199ac (patch) | |
tree | 84aafdb790a03da7d0cffcbefd6cb0ef7e4ac56f /ext/pdo_sqlite/sqlite/src/parse.c | |
parent | 7d02c9dcb2e9e06aef2e74068abedb929198c4c5 (diff) | |
download | php-git-e6148391117c284b4847ef9a7c43128aa98199ac.tar.gz |
touch generated file.
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src/parse.c')
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/parse.c b/ext/pdo_sqlite/sqlite/src/parse.c index 85660d61c3..e3cd4429fb 100644 --- a/ext/pdo_sqlite/sqlite/src/parse.c +++ b/ext/pdo_sqlite/sqlite/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. */ |