mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 09:43:03 +00:00
* tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
Use %error-verbose.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-11-27 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
|
* tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
|
||||||
|
Use %error-verbose.
|
||||||
|
|
||||||
2001-11-26 Marc Autret <autret_m@epita.fr>
|
2001-11-26 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
* src/bison.simple: Remove YYERROR_VERBOSE using.
|
* src/bison.simple: Remove YYERROR_VERBOSE using.
|
||||||
|
|||||||
@@ -33,11 +33,11 @@ AT_DATA([input.y],
|
|||||||
]$1[
|
]$1[
|
||||||
static int yylex (void);
|
static int yylex (void);
|
||||||
static void yyerror (const char *msg);
|
static void yyerror (const char *msg);
|
||||||
#define YYERROR_VERBOSE 1
|
|
||||||
#define YYPRINT(File, Type, Value) \
|
#define YYPRINT(File, Type, Value) \
|
||||||
fprintf (File, " (%d, stack size = %d, max = %d)", \
|
fprintf (File, " (%d, stack size = %d, max = %d)", \
|
||||||
Value, yyssp - yyss + 1, yystacksize);
|
Value, yyssp - yyss + 1, yystacksize);
|
||||||
%}
|
%}
|
||||||
|
%error-verbose
|
||||||
%debug
|
%debug
|
||||||
%token WAIT_FOR_EOF
|
%token WAIT_FOR_EOF
|
||||||
%%
|
%%
|
||||||
|
|||||||
Reference in New Issue
Block a user