]> git.saurik.com Git - bison.git/commitdiff
* tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
authorMarc Autret <autret_m@epita.fr>
Tue, 27 Nov 2001 20:46:12 +0000 (20:46 +0000)
committerMarc Autret <autret_m@epita.fr>
Tue, 27 Nov 2001 20:46:12 +0000 (20:46 +0000)
Use %error-verbose.

ChangeLog
tests/torture.at

index 6dc2aac4aafb91019fbbd85c4d25317be9d706d6..5931765f05c17c84d68e87f227fd3cabbf25e925 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c3f0d4a8c0267e73391b6ed710c5716833805823..e0205372a9daaefc7f27d4ac33b03c5e67f218a9 100644 (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
 %%