]> git.saurik.com Git - bison.git/blame - ChangeLog
* src/print.c (lookahead_set, state_default_rule): Remove.
[bison.git] / ChangeLog
CommitLineData
0bf92491
JD
12007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
2
3 * src/print.c (lookahead_set, state_default_rule): Remove.
4 (print_reductions): Replace state_default_rule invocation with
5 equivalent use of yydefact, which was computed in token_actions in
6 tables.c.
7 (print_results): Don't allocate lookahead_set.
8
d3b12988
PB
92007-02-27 Paolo Bonzini <bonzini@gnu.org>
10
11 * data/lalr1.java: Prefix all private members with yy.
12
f57a7536
JD
132007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
14
15 Use YYFPRINTF instead of fprintf where appropriate. Reported by
16