Make sure to parse `database` __before__ `file` (i.e. group it with other tokens starting with a `d`) to make sure that it gets recognised at all

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5198 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-05-28 20:55:49 +00:00
parent a955be34c5
commit 19b80a1a6b
1 changed files with 1 additions and 1 deletions

View File

@ -75,9 +75,9 @@ extern YY_EXTRA_TYPE yyget_extra(void);
%%
/* Match to key words */
database { return DATABASE; }
directory { return DIRECTORY; }
file { return FILETOKEN; }
database { return DATABASE; }
table { return TABLE; }
/* Match text values */