Remove generated mod_ssi_expreparser.h from source (should be generated by lemon)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2159 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Stefan Bühler 2008-04-29 11:03:13 +00:00
parent c431c5166f
commit 7adc4d7e8c
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#define TK_AND 1
#define TK_OR 2
#define TK_EQ 3
#define TK_NE 4
#define TK_GT 5
#define TK_GE 6
#define TK_LT 7
#define TK_LE 8
#define TK_NOT 9
#define TK_LPARAN 10
#define TK_RPARAN 11
#define TK_VALUE 12