small but important bugfixes for the Java skeleton

2008-10-08  Di-an Jan  <dianj@freeshell.org>  (tiny change)

	Small but important bugfixes for the Java skeleton.
	* data/lalr1.java (yyerror): Change Location to b4_location_type.
	(yy_symbol_print): Call toString on yyvaluep.
This commit is contained in:
Paolo Bonzini
2008-10-09 21:26:29 +02:00
parent e1145ad8bd
commit ddf17a6e0e
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2008-10-08 Di-an Jan <dianj@freeshell.org> (tiny change)
Small but important bugfixes for the Java skeleton.
* data/lalr1.java (yyerror): Change Location to b4_location_type.
(yy_symbol_print): Call toString on yyvaluep.
2008-08-29 Akim Demaille <demaille@gostai.com>
Clarify UPDATED use.