mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +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>
|
2001-12-15 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
* src/output.c (output_gram): Keep track of the hairy one.
|
* src/output.c (output_gram): Keep track of the hairy one.
|
||||||
|
|||||||
@@ -46,8 +46,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Enabling verbose error messages. */
|
/* Enabling verbose error messages. */
|
||||||
#undef YYERROR_VERBOSE
|
#ifdef YYERROR_VERBOSE
|
||||||
#define YYERROR_VERBOSE %%error-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
|
/* If name_prefix is specify substitute the variables and functions
|
||||||
names. */
|
names. */
|
||||||
|
|||||||
Reference in New Issue
Block a user