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:
Akim Demaille
2019-01-24 08:32:39 +01:00
parent c3c50c0030
commit 83463dfbee
11 changed files with 11 additions and 14 deletions

View File

@@ -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;