mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
* 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!
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2001-12-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* 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!
|
||||
|
||||
2001-12-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/getargs.h: Don't declare `spec_name_prefix' and
|
||||
|
||||
Reference in New Issue
Block a user