diff options
author | foobar <sniper@php.net> | 2005-03-01 01:45:34 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-03-01 01:45:34 +0000 |
commit | 3f320607abea493f4b95582173f292f9076d40c8 (patch) | |
tree | d4418e2ab4d087df1362192b37ec509228f091a3 /ext/pdo_sqlite/sqlite/src/parse.c | |
parent | 87528d9138d17fd0abe1065f3c9e985e99b195a4 (diff) | |
download | php-git-3f320607abea493f4b95582173f292f9076d40c8.tar.gz |
touch
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 bec7a0a433..af1e6872c9 100644 --- a/ext/pdo_sqlite/sqlite/src/parse.c +++ b/ext/pdo_sqlite/sqlite/src/parse.c @@ -1,4 +1,4 @@ -/* Driver template for the LEMON parser generator. +/* Driver template for the LEMON parser generator. ** The author disclaims copyright to this source code. */ /* First off, code is include which follows the "include" declaration |