mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
* tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
to an explicit value to activate the feature. We do it here.
This commit is contained in:
@@ -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>
|
2001-08-31 Pascal Bart <pascal.bart@epita.fr>
|
||||||
|
|
||||||
* src/output.c (prepare): Delete the `filename' muscule insertion.
|
* src/output.c (prepare): Delete the `filename' muscule insertion.
|
||||||
|
|||||||
1
TODO
1
TODO
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
* doc/bison.texinfo
|
* doc/bison.texinfo
|
||||||
** Echo modifications of prologue and epilogue.
|
** Echo modifications of prologue and epilogue.
|
||||||
|
** Add informations about YYERROR_VERBOSE.
|
||||||
|
|
||||||
* tests/
|
* tests/
|
||||||
** Repair Bison to success tests.
|
** Repair Bison to success tests.
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ AT_DEFINE([AT_DATA_CALC_Y],
|
|||||||
[_AT_DATA_CALC_Y($[1], $[2], $[3],
|
[_AT_DATA_CALC_Y($[1], $[2], $[3],
|
||||||
[ifelse(regexp([$1], [--yyerror-verbose]),
|
[ifelse(regexp([$1], [--yyerror-verbose]),
|
||||||
[-1], [],
|
[-1], [],
|
||||||
[[#define YYERROR_VERBOSE]])])])
|
[[#define YYERROR_VERBOSE 1]])])])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user