Support i18n of the parse error messages.

* TODO (lalr1.cc/I18n): Remove.
	* data/lalr1.cc (yysyntax_error_): Support the translation of the
	error messages, as done in yacc.c.
	Stay within the yy* pseudo namespace.
This commit is contained in:
Akim Demaille
2008-11-11 15:55:54 +01:00
parent 00a8a0832d
commit a0ffc1751e
3 changed files with 55 additions and 32 deletions
+8
View File
@@ -1,3 +1,11 @@
2008-11-11 Akim Demaille <[email protected]>
Support i18n of the parse error messages.
* TODO (lalr1.cc/I18n): Remove.
* data/lalr1.cc (yysyntax_error_): Support the translation of the
error messages, as done in yacc.c.
Stay within the yy* pseudo namespace.
2008-11-11 Akim Demaille <[email protected]>
More TODO.