diff options
author | Wez Furlong <wez@php.net> | 2005-01-12 06:08:36 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-01-12 06:08:36 +0000 |
commit | 4d5c40cd9a871a74bae512e8a3255fce0268426f (patch) | |
tree | c7c965dfb3dc8eac52758f2d72f246e5fae73861 /ext/pdo_sqlite/sqlite | |
parent | 81664bd2db0d99a901f10471dd0de79f5515c7db (diff) | |
download | php-git-4d5c40cd9a871a74bae512e8a3255fce0268426f.tar.gz |
touch generated file to avoid implicit yacc rule from eating it
Diffstat (limited to 'ext/pdo_sqlite/sqlite')
-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 35cb266f64..1856c3ea97 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 |