X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e9e61b0002d7a07d823b1a683461c4946d1132ce..90462b8dd909d36e8c0b7d672238e9e385a3ba8d:/data/glr.c diff --git a/data/glr.c b/data/glr.c index 23b9b901..dcbc7d88 100644 --- a/data/glr.c +++ b/data/glr.c @@ -224,7 +224,7 @@ b4_defines_if([[#include "@basename(]b4_spec_defines_file[@)"]], /* Enabling traces. */ #ifndef YYDEBUG -# define YYDEBUG ]b4_debug_flag[ +# define YYDEBUG ]b4_parse_trace_if([1], [0])[ #endif /* Enabling verbose error messages. */ @@ -232,7 +232,7 @@ b4_defines_if([[#include "@basename(]b4_spec_defines_file[@)"]], # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else -# define YYERROR_VERBOSE ]b4_error_verbose_flag[ +# define YYERROR_VERBOSE ]b4_error_verbose_if([1], [0])[ #endif /* Enabling the token table. */