+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.
]$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
%%