mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Fix typo in previous patch; YYCDEBUG was defined in the wrong section.
This commit is contained in:
@@ -363,13 +363,13 @@ do { \
|
||||
|
||||
#else /* !YYDEBUG */
|
||||
|
||||
# define YYCDEBUG if (false) std::cerr
|
||||
# define YY_SYMBOL_PRINT(Title, Type, Value, Location)
|
||||
# define YY_REDUCE_PRINT(Rule)
|
||||
# define YY_STACK_PRINT()
|
||||
|
||||
#endif /* !YYDEBUG */
|
||||
|
||||
#define YYCDEBUG if (false) std::cerr
|
||||
#define YYACCEPT goto yyacceptlab
|
||||
#define YYABORT goto yyabortlab
|
||||
#define YYERROR goto yyerrorlab
|
||||
|
||||
Reference in New Issue
Block a user