Propagate i18n changes into glr.c.

* TODO: Update.
	* data/glr.c (yyreportSyntaxError): Use "switch" instead of
	building the error message format dynamically.
	* data/lalr1.java: Formatting changes.
This commit is contained in:
Akim Demaille
2008-12-11 09:37:40 +01:00
parent 2cd1af957a
commit 2b008529ed
4 changed files with 39 additions and 26 deletions

View File

@@ -1,3 +1,11 @@
2008-12-11 Akim Demaille <demaille@gostai.com>
Propagate i18n changes into glr.c.
* TODO: Update.
* data/glr.c (yyreportSyntaxError): Use "switch" instead of
building the error message format dynamically.
* data/lalr1.java: Formatting changes.
2008-12-11 Akim Demaille <demaille@gostai.com>
Use testsuite -C.