* tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
authorMarc Autret <autret_m@epita.fr>
Sat, 1 Sep 2001 01:20:54 +0000 (01:20 +0000)
committerMarc Autret <autret_m@epita.fr>
Sat, 1 Sep 2001 01:20:54 +0000 (01:20 +0000)
to an explicit value to activate the feature. We do it here.

ChangeLog
TODO
tests/calc.at

index c9a3fec..a67af99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-01  Marc Autret  <autret_m@epita.fr>
+
+       * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
+       to an explicit value to activate the feature. We do it here.
+
 2001-08-31  Pascal Bart  <pascal.bart@epita.fr>
 
        * src/output.c (prepare): Delete the `filename' muscule insertion.
diff --git a/TODO b/TODO
index 7cef0a4..87a61b6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,6 +23,7 @@
 
 * doc/bison.texinfo
 ** Echo modifications of prologue and epilogue.
+** Add informations about YYERROR_VERBOSE.
 
 * tests/
 ** Repair Bison to success tests.
index 3fa7aa6..e038eb2 100644 (file)
@@ -245,7 +245,7 @@ AT_DEFINE([AT_DATA_CALC_Y],
 [_AT_DATA_CALC_Y($[1], $[2], $[3],
                  [ifelse(regexp([$1], [--yyerror-verbose]),
                          [-1], [],
-                         [[#define YYERROR_VERBOSE]])])])
+                         [[#define YYERROR_VERBOSE 1]])])])