mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
* src/state.h (shifts): Remove the `number' member: shifts are
attached to state, hence no longer need to be labelled with a state number.
This commit is contained in:
@@ -95,7 +95,6 @@
|
||||
|
||||
typedef struct shifts
|
||||
{
|
||||
short number;
|
||||
short nshifts;
|
||||
short shifts[1];
|
||||
} shifts;
|
||||
|
||||
Reference in New Issue
Block a user