mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +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)
|
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. */
|
/* Output the table of symbol names. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user