diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-07-12 17:44:40 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-07-12 17:44:40 +0000 |
commit | 0ad4c5037cc1872e55bc7ba31b818e39259f8744 (patch) | |
tree | cae4b1c75dba1cec82edbd0975c3c06c4e7a42b9 /ext/sqlite/libsqlite/src | |
parent | 334ddd1248a566d51f6b49d101740f964e7d631f (diff) | |
download | php-git-0ad4c5037cc1872e55bc7ba31b818e39259f8744.tar.gz |
Touch the file so that build system does not try to rebuild it.
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 463536915c..64e3eb3df8 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. */ |