* src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.

This commit is contained in:
Marc Autret
2001-11-22 22:00:21 +00:00
parent c1ecb3c1f5
commit a81b1d4ad4
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -151,6 +151,9 @@ typedef struct yyltype
#ifndef YYERROR_VERBOSE
# define YYERROR_VERBOSE %%verbose
#else
# undef YYERROR_VERBOSE
# define YYERROR_VERBOSE 1
#endif
/* Tokens. */