summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-01-31 13:18:51 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-02-01 05:54:06 +0100
commitdc8fe0678a6f32a1d755bb163efcac42976220d9 (patch)
treebb0457c06d80ca6302d7ecbbe33af73c74736595 /TODO
parenta70e21215ae8ae8d9c65a633a858ad30b7fd6690 (diff)
downloadbison-dc8fe0678a6f32a1d755bb163efcac42976220d9.tar.gz
c++: make it clear that #define YYSTYPE is not supported
We have been accepting this for years, but it is deprecated: people are expecting to define api.value.type instead. * doc/bison.texi: Make it clear that YYSTYPE and YYLTYPE are for C only.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 30873dcc..cb6ed40d 100644
--- a/TODO
+++ b/TODO
@@ -45,10 +45,7 @@ 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). Stop supporting
-#define YYSTYPE by the user.
-
-Add value_type as a synonym for semantic_type.
+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.