search for: wild_str

Displaying 1 result from an estimated 1 matches for "wild_str".

Did you mean: id_str
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...ret/ext/q_parser.c 2006-08-15 15:25:40.704970200 +1000 +++ ext/q_parser.c 2006-08-15 14:40:03.153451700 +1000 @@ -56,7 +56,7 @@ /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { - WORD = 258, + YYWORD = 258, WILD_STR = 259, LOW = 260, OR = 261, @@ -67,7 +67,7 @@ }; #endif /* Tokens. */ -#define WORD 258 +#define YYWORD 258 #define WILD_STR 259 #define LOW 260 #define OR 261 @@ -437,7 +437,7 @@ First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const...