* src/LR0.c (augment_automaton): Now that all states have shifts,

merge the two cases addition shifts to the initial state.
This commit is contained in:
Akim Demaille
2001-12-10 09:09:00 +00:00
parent 6a164e0c96
commit 37c82725c8
2 changed files with 9 additions and 19 deletions

View File

@@ -1,3 +1,9 @@
2001-12-10 Akim Demaille <akim@epita.fr>
* src/LR0.c (augment_automaton): Now that all states have shifts,
merge the two cases addition shifts to the initial state.
2001-12-10 Akim Demaille <akim@epita.fr>
* src/lalr.c (set_state_table): Move to...