Simplify yysyntax_error_ use.

* data/lalr1-fusion.cc (yysyntax_error_): Always pass it the token
	type, but make it unnamed in the declaration when it is not used.
This commit is contained in:
Akim Demaille
2008-07-21 11:13:43 +02:00
parent 8b9c89fb65
commit d7f4d82382
2 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2008-11-03 Akim Demaille <demaille@gostai.com>
Simplify yysyntax_error_ use.
* data/lalr1-fusion.cc (yysyntax_error_): Always pass it the token
type, but make it unnamed in the declaration when it is not used.
2008-11-03 Akim Demaille <demaille@gostai.com>
Let yy::variant::build return an lvalue.