]> git.saurik.com Git - bison.git/commit - src/LR0.c
* src/LR0.c (augment_automaton): Better variable locality.
authorAkim Demaille <akim@epita.fr>
Mon, 10 Dec 2001 09:09:28 +0000 (09:09 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Dec 2001 09:09:28 +0000 (09:09 +0000)
commit2a73b93df45e9cab008947d3f8290c0c7f4bf500
tree1190df540cadedf17e449b6df816cc9c6a362197
parent74392f6a54a667ced35be695c0ed24b0803e40b6
* 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.
ChangeLog
src/LR0.c