Fix typo in previous patch; YYCDEBUG was defined in the wrong section.

This commit is contained in:
Paul Eggert
2006-09-13 18:37:24 +00:00
parent fa7b79c063
commit a36b333cc2

View File

@@ -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