From: Marc Autret Date: Sat, 1 Sep 2001 01:20:54 +0000 (+0000) Subject: * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set X-Git-Tag: pre-merge-of-1-29-branch~28 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/087c8fdae39621bccfbaba34fe9b2698009174a9 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set to an explicit value to activate the feature. We do it here. --- diff --git a/ChangeLog b/ChangeLog index c9a3fece..a67af992 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-01 Marc Autret + + * 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 * src/output.c (prepare): Delete the `filename' muscule insertion. diff --git a/TODO b/TODO index 7cef0a43..87a61b6d 100644 --- 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. diff --git a/tests/calc.at b/tests/calc.at index 3fa7aa61..e038eb28 100644 --- a/tests/calc.at +++ b/tests/calc.at @@ -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]])])])