Fix some Windows build issues

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039204 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2010-11-25 22:27:17 +00:00
parent 3269a8b5ec
commit cf0e2c3a46
9 changed files with 139 additions and 136 deletions

View File

@ -41,7 +41,7 @@
enum yytokentype {
T_TRUE = 258,
T_FALSE = 259,
ERROR = 260,
T_ERROR = 260,
T_DIGIT = 261,
T_ID = 262,
T_STRING = 263,