yychar cannot be empty in yyerrlab.

* TODO (yychar == yyempty_): New.
	* data/lalr1.cc: Remove the handling of this case.
	This eases forthcoming changes related to yychar and yytranslate.
This commit is contained in:
Akim Demaille
2008-08-18 21:31:06 +02:00
parent fce629c0ef
commit 27cb5b5901
3 changed files with 35 additions and 11 deletions

View File

@@ -1,3 +1,10 @@
2008-11-11 Akim Demaille <demaille@gostai.com>
yychar cannot be empty in yyerrlab.
* TODO (yychar == yyempty_): New.
* data/lalr1.cc: Remove the handling of this case.
This eases forthcoming changes related to yychar and yytranslate.
2008-11-11 Akim Demaille <demaille@gostai.com>
Bench: syntactic sugar for %define/#define.