Simplify the i18n of the error messages.

* data/lalr1.cc: Comment changes.
	* data/yacc.c (yysyntax_error): Rewrite, using a switch as in
	lalr1.cc instead of building dynamically the format string.
This commit is contained in:
Akim Demaille
2008-12-11 00:59:13 +01:00
parent e5fa6147ef
commit eeb2942237
3 changed files with 43 additions and 43 deletions

View File

@@ -1,3 +1,10 @@
2008-12-11 Akim Demaille <demaille@gostai.com>
Simplify the i18n of the error messages.
* data/lalr1.cc: Comment changes.
* data/yacc.c (yysyntax_error): Rewrite, using a switch as in
lalr1.cc instead of building dynamically the format string.
2008-12-08 Akim Demaille <demaille@gostai.com>
Fix portability issue in the test suite.