mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
style: rename LR0.* as lr0.*
Let's stick to lower case for file names. * src/LR0.h, src/LR0.c: Rename as... * src/lr0.h, src/lr0.c: these.
This commit is contained in:
@@ -540,7 +540,7 @@ typedef struct state_list
|
||||
/**
|
||||
* nextIsocore is the next state in a circularly linked-list of all states
|
||||
* with the same core. The one originally computed by generate_states in
|
||||
* LR0.c is lr0Isocore.
|
||||
* lr0.c is lr0Isocore.
|
||||
*/
|
||||
struct state_list *lr0Isocore;
|
||||
struct state_list *nextIsocore;
|
||||
|
||||
Reference in New Issue
Block a user