From: Paul Eggert Date: Mon, 17 Dec 2001 19:41:46 +0000 (+0000) Subject: (yytname): Do not assume that the user defines YYDEBUG to a properly X-Git-Tag: before-m4-back-end~110 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c527b2d4834cad9389a32992c70aafbefe729424?ds=inline (yytname): Do not assume that the user defines YYDEBUG to a properly parenthesized expression. --- 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[] = {