From c527b2d4834cad9389a32992c70aafbefe729424 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 17 Dec 2001 19:41:46 +0000 Subject: [PATCH] (yytname): Do not assume that the user defines YYDEBUG to a properly parenthesized expression. --- src/bison.simple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bison.simple b/src/bison.simple index 7b6c079f..de23187a 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -228,7 +228,7 @@ static const short yyrline[] = }; #endif -#if YYDEBUG || YYERROR_VERBOSE +#if (YYDEBUG) || YYERROR_VERBOSE /* YYTNME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */ static const char *const yytname[] = { -- 2.50.0