]> git.saurik.com Git - bison.git/commitdiff
* 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)
(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!


No differences found