From 087c8fdae39621bccfbaba34fe9b2698009174a9 Mon Sep 17 00:00:00 2001 From: Marc Autret Date: Sat, 1 Sep 2001 01:20:54 +0000 Subject: [PATCH] * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set to an explicit value to activate the feature. We do it here. --- ChangeLog | 5 +++++ TODO | 1 + tests/calc.at | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) 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]])])]) -- 2.45.2