X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f693ad146e6e4951662d60903b8512d518cb09da..190c4f5f0a0dac47157adea6250cb88bf0ac39ff:/src/state.h?ds=sidebyside diff --git a/src/state.h b/src/state.h index b407e886..f7244b4b 100644 --- a/src/state.h +++ b/src/state.h @@ -95,7 +95,6 @@ typedef struct shifts { - struct shifts *next; short number; short nshifts; short shifts[1]; @@ -162,8 +161,6 @@ typedef struct errs typedef struct reductions { - struct reductions *next; - short number; short nreds; short rules[1]; } reductions;