mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 04:43:03 +00:00
* src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-11-22 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
|
||||
|
||||
2001-11-22 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/muscle_tab.c (muscle_init): Remove initialization of
|
||||
|
||||
@@ -151,6 +151,9 @@ typedef struct yyltype
|
||||
|
||||
#ifndef YYERROR_VERBOSE
|
||||
# define YYERROR_VERBOSE %%verbose
|
||||
#else
|
||||
# undef YYERROR_VERBOSE
|
||||
# define YYERROR_VERBOSE 1
|
||||
#endif
|
||||
|
||||
/* Tokens. */
|
||||
|
||||
Reference in New Issue
Block a user