mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(output_rule_data): Test YYERROR_VERBOSE in the conditional
around the definition of ttyname.
This commit is contained in:
@@ -462,7 +462,7 @@ output_rule_data()
|
||||
}
|
||||
|
||||
if (! toknumflag && ! noparserflag)
|
||||
fprintf(ftable, "\n#if YYDEBUG != 0\n\n");
|
||||
fprintf(ftable, "\n#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)\n\n");
|
||||
|
||||
/* Output the table of symbol names. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user