bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI:[trunk] torture-repair.patch


From: Marc Autret
Subject: FYI:[trunk] torture-repair.patch
Date: 27 Nov 2001 15:45:42 -0500
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Hi,

This patch updates the torture.at to
fit the new option.
Akim, I'd prefer that you take a look
on calc.at (using --error-verbose instead
of defining YYERROR_VERBOSE), I tried
two or three things without success.

? cvslog
Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.307
diff -u -r1.307 ChangeLog
--- ChangeLog   2001/11/27 20:30:13     1.307
+++ ChangeLog   2001/11/27 20:39:47
@@ -1,3 +1,8 @@
+2001-11-27  Marc Autret  <address@hidden>
+
+       * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
+       Use %error-verbose.
+
 2001-11-26  Marc Autret  <address@hidden>
 
        * src/bison.simple: Remove YYERROR_VERBOSE using.
Index: tests/torture.at
===================================================================
RCS file: /cvsroot/bison/bison/tests/torture.at,v
retrieving revision 1.4
diff -u -r1.4 torture.at
--- tests/torture.at    2001/11/27 18:57:51     1.4
+++ tests/torture.at    2001/11/27 20:39:49
@@ -33,11 +33,11 @@
 ]$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
 %%


-- 
Marc Autret



reply via email to

[Prev in Thread] Current Thread [Next in Thread]