mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-12-15 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
|
||||
|
||||
2001-12-15 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/output.c (output_gram): Keep track of the hairy one.
|
||||
|
||||
@@ -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