dict_parser.c:1068: error: syntax error before ',' token
Generated code:
1065 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1066 if (yychar == YYEMPTY)
1067 {
1068 YYDPRINTF ((stderr, "Reading a token: "));
1069 yychar = YYLEX;
1070 }
The variable YYDPRINTF is defined and it isn't supposed to throw a syntax
error at this place. No clue what's going wrong or how to fix this issue.
--
View this message in context:
http://old.nabble.com/%22Syntax-error-before-%2C%22-in-generated-.c-file-tp33443573p33443573.html
Sent from the Gnu - Bison - Bugs mailing list archive at Nabble.com.