Replace yychar with a Boolean.

* data/lalr1.cc (parse::yychar): Replace by...
	(parse::yyempty): this.
This commit is contained in:
Akim Demaille
2008-11-11 15:36:23 +01:00
parent a2e3fa7768
commit 39be90223b
2 changed files with 21 additions and 23 deletions
+6
View File
@@ -1,3 +1,9 @@
2008-11-11 Akim Demaille <[email protected]>
Replace yychar with a Boolean.
* data/lalr1.cc (parse::yychar): Replace by...
(parse::yyempty): this.
2008-11-11 Akim Demaille <[email protected]>
Factor the tables.