From: Paul Eggert Date: Wed, 13 Sep 2006 18:37:24 +0000 (+0000) Subject: Fix typo in previous patch; YYCDEBUG was defined in the wrong section. X-Git-Tag: v2.3b~294 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a36b333cc208e43106b3c556b6bb9205b0a831a2 Fix typo in previous patch; YYCDEBUG was defined in the wrong section. --- diff --git a/data/lalr1.cc b/data/lalr1.cc index 92c09534..e76077d6 100644 --- a/data/lalr1.cc +++ b/data/lalr1.cc @@ -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