mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
* src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
This commit is contained in:
@@ -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