]> git.saurik.com Git - bison.git/commitdiff
Fix typo in previous patch; YYCDEBUG was defined in the wrong section.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Sep 2006 18:37:24 +0000 (18:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Sep 2006 18:37:24 +0000 (18:37 +0000)
data/lalr1.cc

index 92c095344c64206cf3276cbb730e916e670ad16a..e76077d60eacc11e853722b02ee5e0de20baeda7 100644 (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