mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
cex: style changes in state-item
* src/state-item.h, src/state-item.c (state_item): Make the state const. (state_item_set): Make it clearer that it works in the state_items global array.
This commit is contained in:
@@ -63,7 +63,7 @@ typedef int state_item_number;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
state *state;
|
||||
const state *state;
|
||||
item_number *item;
|
||||
bitset lookahead;
|
||||
} state_item;
|
||||
|
||||
Reference in New Issue
Block a user