mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
* 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user