java: prefer null to YYSYMBOL_YYEMPTY

That's one nice benefit from using enums.

* data/skeletons/lalr1.java (YYSYMBOL_YYEMPTY): No longer define it.
Use 'null' instead.
* examples/java/calc/Calc.y, tests/local.at: Adjust.
This commit is contained in:
Akim Demaille
2020-04-06 15:13:19 +02:00
parent c0ccb8e5b4
commit 3dcfb4fd88
4 changed files with 9 additions and 6 deletions

3
TODO
View File

@@ -1,4 +1,7 @@
* Bison 3.6
** syntax_error_arguments
Don't store the lookahead if !argv.
** Documentation
- yyexpected_tokens in all the languages.
- YYNOMEM