mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(yytname): Do not assume that the user defines YYDEBUG to a properly
parenthesized expression.
This commit is contained in:
@@ -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[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user