* 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:
Akim Demaille
2001-12-10 09:10:10 +00:00
parent 190c4f5f0a
commit 0279f8e90c
3 changed files with 9 additions and 8 deletions

View File

@@ -95,7 +95,6 @@
typedef struct shifts
{
short number;
short nshifts;
short shifts[1];
} shifts;