* src/print.c (lookahead_set, state_default_rule): Remove.

(print_reductions): Replace state_default_rule invocation with
equivalent use of yydefact, which was computed in token_actions in
tables.c.
(print_results): Don't allocate lookahead_set.
This commit is contained in:
Joel E. Denny
2007-03-01 03:40:18 +00:00
parent d3b129885f
commit 0bf9249152
4 changed files with 138 additions and 196 deletions

View File

@@ -1,3 +1,11 @@
2007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
* src/print.c (lookahead_set, state_default_rule): Remove.
(print_reductions): Replace state_default_rule invocation with
equivalent use of yydefact, which was computed in token_actions in
tables.c.
(print_results): Don't allocate lookahead_set.
2007-02-27 Paolo Bonzini <bonzini@gnu.org>
* data/lalr1.java: Prefix all private members with yy.