mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user