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
1998-11-26 00:44:18 +00:00
2000-12-19 14:51:24 +00:00
2001-12-04 14:10:07 +00:00
1998-11-26 00:44:18 +00:00
2001-12-05 09:41:01 +00:00
2001-12-05 09:41:01 +00:00
2001-11-26 13:01:17 +00:00
2001-11-26 13:01:17 +00:00
2001-12-10 08:45:22 +00:00
2001-12-05 09:44:26 +00:00
2001-12-05 09:28:00 +00:00
2001-12-05 09:28:00 +00:00
2001-11-27 18:43:20 +00:00
2001-10-04 14:55:21 +00:00
2001-11-28 21:31:13 +00:00
2001-11-28 21:31:13 +00:00
2001-12-05 09:43:53 +00:00
2001-12-05 09:29:02 +00:00
2001-12-10 09:06:48 +00:00
2001-12-10 08:45:22 +00:00
2001-11-28 22:28:01 +00:00
2001-11-28 22:28:01 +00:00
2001-12-10 09:06:48 +00:00
2001-12-10 08:45:22 +00:00
2001-12-05 09:43:21 +00:00
2001-12-05 09:34:55 +00:00
2001-12-10 09:06:27 +00:00
2001-09-02 15:27:27 +00:00
2001-12-05 09:27:35 +00:00
2000-11-07 16:28:47 +00:00
2001-12-10 09:06:27 +00:00
2001-12-10 09:05:47 +00:00
2001-12-10 09:06:48 +00:00
2001-11-28 21:31:13 +00:00
2001-12-10 08:45:22 +00:00
2001-08-10 10:44:44 +00:00
2001-12-10 08:45:22 +00:00
2000-11-07 16:28:47 +00:00
2001-12-10 09:05:47 +00:00
2001-09-07 16:50:01 +00:00
2001-12-05 09:43:53 +00:00
2001-12-05 09:27:23 +00:00
2001-12-05 09:38:44 +00:00
2001-12-10 09:06:48 +00:00
2001-11-23 14:13:02 +00:00
2001-11-23 14:13:02 +00:00
2001-12-10 09:06:13 +00:00
2000-11-07 16:28:47 +00:00
2001-10-04 14:55:21 +00:00
2001-11-19 10:28:29 +00:00
2001-10-04 14:55:21 +00:00
2000-11-07 16:28:47 +00:00
1998-11-26 00:44:18 +00:00
2001-12-10 08:44:49 +00:00
2001-12-05 09:40:16 +00:00