]> git.saurik.com Git - bison.git/commit
* src/LR0.c (insert_start_shift): Rename as...
authorAkim Demaille <akim@epita.fr>
Mon, 10 Dec 2001 09:07:55 +0000 (09:07 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Dec 2001 09:07:55 +0000 (09:07 +0000)
commit0ab3728b128584655dec71591b8e5ba0093baece
treefa2975ab3d44978143c17701dd184443075e957b
parent78af9bbcd3cc7904cf304a3da91b45fe9528dd3c
* src/LR0.c (insert_start_shift): Rename as...
(insert_start_shifting_state): this.
(insert_eof_shifting_state, insert_accepting_state): New.
(augment_automaton): Adjust.
Better locality of the variables.
When looking if the start_symbol is shifted from the initial
state, using `while (... symbol != start_symbol ...)' sounds
better than `while (... symbol < start_symbol ...)': If fail
to see how the order between symbols could be relevant!
ChangeLog
src/LR0.c