diff options
Diffstat (limited to 'src/parse.y')
-rw-r--r-- | src/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y index 848ebaebc..d30f89f26 100644 --- a/src/parse.y +++ b/src/parse.y @@ -14,7 +14,7 @@ ** the parser. Lemon will also generate a header file containing ** numeric codes for all of the tokens. ** -** @(#) $Id: parse.y,v 1.277 2009/05/27 10:31:29 drh Exp $ +** @(#) $Id: parse.y,v 1.278 2009/05/28 01:00:55 drh Exp $ */ // All token codes are small integers with #defines that begin with "TK_" |