]> git.saurik.com Git - bison.git/commit
* src/print.c (lookahead_set, state_default_rule): Remove.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Thu, 1 Mar 2007 03:40:18 +0000 (03:40 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Thu, 1 Mar 2007 03:40:18 +0000 (03:40 +0000)
commit0bf9249152d5f02a1fd455ed13c5848d1d5027d6
tree701cac643bf5c0966ba0482b89e2a50dbe26cc35
parentd3b129885fc028cf5388841536ad9274af93d61a
* 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.
ChangeLog
src/parse-gram.c
src/parse-gram.h
src/print.c