mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
style: comment changes
* src/lr0.c, src/state.c, src/state.h: here.
This commit is contained in:
@@ -80,7 +80,10 @@ state_list_append (symbol_number sym, size_t core_size, item_number *core)
|
||||
bitset shift_symbol;
|
||||
|
||||
static rule **redset;
|
||||
/* For the current state, the states that can be reached via a "shift". */
|
||||
/* For the current state, the list of pointers to states that can be
|
||||
reached via a shift/goto. Could be indexed by the reaching symbol,
|
||||
but labels of incoming transitions can be recovered by the state
|
||||
itself. */
|
||||
static state **shiftset;
|
||||
|
||||
static item_number **kernel_base;
|
||||
|
||||
Reference in New Issue
Block a user