mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
* src/LR0.c (augment_automaton): Better variable locality.
Remove an impossible branch: if there is a state corresponding to the start symbol being shifted, then there is shift for the start symbol from the initial state.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2001-12-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/LR0.c (augment_automaton): Better variable locality.
|
||||
Remove an impossible branch: if there is a state corresponding to
|
||||
the start symbol being shifted, then there is shift for the start
|
||||
symbol from the initial state.
|
||||
|
||||
|
||||
2001-12-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
|
||||
|
||||
Reference in New Issue
Block a user