bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"Syntax error before ," in generated .c file


From: Gizmotechspert
Subject: "Syntax error before ," in generated .c file
Date: Mon, 5 Mar 2012 05:49:53 -0800 (PST)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]