* tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.

Use %error-verbose.
This commit is contained in:
Marc Autret
2001-11-27 20:46:12 +00:00
parent eeeb962b2f
commit 04d843a2a8
2 changed files with 6 additions and 1 deletions

View File

@@ -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>
* src/bison.simple: Remove YYERROR_VERBOSE using.

View File

@@ -33,11 +33,11 @@ AT_DATA([input.y],
]$1[
static int yylex (void);
static void yyerror (const char *msg);
#define YYERROR_VERBOSE 1
#define YYPRINT(File, Type, Value) \
fprintf (File, " (%d, stack size = %d, max = %d)", \
Value, yyssp - yyss + 1, yystacksize);
%}
%error-verbose
%debug
%token WAIT_FOR_EOF
%%