lalr1.cc: use state_type.

* data/lalr1.cc (yysyntax_error_): Use state_type.
	Move argument names into yy*.
This commit is contained in:
Akim Demaille
2009-08-16 07:38:40 +02:00
parent 7580c37942
commit ceb8b8e6b5
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2009-08-19 Akim Demaille <demaille@gostai.com>
lalr1.cc: use state_type.
* data/lalr1.cc (yysyntax_error_): Use state_type.
Move argument names into yy*.
2009-08-19 Akim Demaille <demaille@gostai.com>
lalr1.cc: get rid of yyparse's yystate.