mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-06-08 08:42:35 +00:00
Get rid of yyrhs and yyprhs in larl1.java.
* data/lalr1.java (yyrhs_, yyprhs_): Remove. (yy_reduce_print): Rather, use yystos_ and the state stack.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-11-25 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Get rid of yyrhs and yyprhs in larl1.java.
|
||||
* data/lalr1.java (yyrhs_, yyprhs_): Remove.
|
||||
(yy_reduce_print): Rather, use yystos_ and the state stack.
|
||||
|
||||
2008-11-25 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Formatting changes.
|
||||
|
||||
Reference in New Issue
Block a user