Files
bison/src
Akim Demaille 49701457c2 Now that states have a complete set of members, the linked list of
reductions is useless: just fill directly the state's reductions
member.
* src/state.h (struct reductions): Remove member `number' and
`next'.
* src/LR0.c (first_reduction, last_reduction): Remove.
(save_reductions): Don't link the new reductions, store them in
this_state.
* src/lalr.c (set_state_table): No need to attach reductions to
states, it's already done.
* src/output.c (output_actions): No longer free the shifts, then
the reductions, then the states: free all the states and their
members.
2001-12-10 09:06:48 +00:00
..
2001-10-04 15:12:55 +00:00
2001-11-27 18:43:20 +00:00
2001-10-04 14:55:21 +00:00
2001-12-05 09:29:02 +00:00
2000-11-07 16:28:47 +00:00
2001-12-10 09:05:47 +00:00
2001-08-10 10:44:44 +00:00
2000-11-07 16:28:47 +00:00
2001-12-10 09:05:47 +00:00
2001-12-05 09:38:44 +00:00
2000-11-07 16:28:47 +00:00
2001-10-04 14:55:21 +00:00
2001-10-04 14:55:21 +00:00
2001-12-10 08:44:49 +00:00