mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
* src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
This commit is contained in:
@@ -46,8 +46,12 @@
|
||||
#endif
|
||||
|
||||
/* Enabling verbose error messages. */
|
||||
#undef YYERROR_VERBOSE
|
||||
#define YYERROR_VERBOSE %%error-verbose
|
||||
#ifdef YYERROR_VERBOSE
|
||||
# undef YYERROR_VERBOSE
|
||||
# define YYERROR_VERBOSE 1
|
||||
#else
|
||||
# define YYERROR_VERBOSE %%error-verbose
|
||||
#endif
|
||||
|
||||
/* If name_prefix is specify substitute the variables and functions
|
||||
names. */
|
||||
|
||||
Reference in New Issue
Block a user