summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-07 07:53:50 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-07 07:57:58 +0200
commita83202a43698c2ba3990180ad85d6547ea2e9f17 (patch)
treeb289495ade32a1865f22354ac7a0933fc03c353e /TODO
parent9de593aba778dd22dfd42f94276269c0ec84ba42 (diff)
downloadbison-a83202a43698c2ba3990180ad85d6547ea2e9f17.tar.gz
doc: avoid #define YYDEBUG in C++
* doc/bison.texi (Enabling Traces): here.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 2eab7097..0ae9ef89 100644
--- a/TODO
+++ b/TODO
@@ -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.