doc: avoid #define YYDEBUG in C++

* doc/bison.texi (Enabling Traces): here.
This commit is contained in:
Akim Demaille
2021-08-07 07:53:50 +02:00
parent 9de593aba7
commit a83202a436
2 changed files with 10 additions and 7 deletions

3
TODO
View File

@@ -35,9 +35,6 @@ Clarify that rule numbers in the skeletons are 1-based.
There are many macros that should obey api.prefix: YY_CPLUSPLUS, YY_MOVE,
etc.
** YYDEBUG etc. in C++
Discourage the use of YYDEBUG in C++ (see thread with Jot).
** yyerrok in Java
And add tests in calc.at, to prepare work for D.