git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@516 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.2
parent
970430dac2
commit
69d07f6dd4
1 changed files with 0 additions and 19 deletions
@ -1,19 +0,0 @@ |
||||
#define TK_EOL 1 |
||||
#define TK_ASSIGN 2 |
||||
#define TK_LKEY 3 |
||||
#define TK_STRING 4 |
||||
#define TK_INTEGER 5 |
||||
#define TK_LPARAN 6 |
||||
#define TK_RPARAN 7 |
||||
#define TK_COMMA 8 |
||||
#define TK_ARRAY_ASSIGN 9 |
||||
#define TK_LCURLY 10 |
||||
#define TK_RCURLY 11 |
||||
#define TK_DOLLAR 12 |
||||
#define TK_SRVVARNAME 13 |
||||
#define TK_LBRACKET 14 |
||||
#define TK_RBRACKET 15 |
||||
#define TK_EQ 16 |
||||
#define TK_MATCH 17 |
||||
#define TK_NE 18 |
||||
#define TK_NOMATCH 19 |
Loading…
Reference in new issue