mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
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.
This commit is contained in:
5
TODO
5
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.
|
||||
|
||||
Reference in New Issue
Block a user