From 04d843a2a8585b02e166a3b5df828f39c371c1b8 Mon Sep 17 00:00:00 2001 From: Marc Autret Date: Tue, 27 Nov 2001 20:46:12 +0000 Subject: [PATCH] * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition. Use %error-verbose. --- ChangeLog | 5 +++++ tests/torture.at | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6dc2aac4..5931765f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-27 Marc Autret + + * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition. + Use %error-verbose. + 2001-11-26 Marc Autret * src/bison.simple: Remove YYERROR_VERBOSE using. diff --git a/tests/torture.at b/tests/torture.at index c3f0d4a8..e0205372 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -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 %% -- 2.45.2