X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/007a50a493714fdda37f9600e068cf705c8ec3f1..0c2d3f4cba35c4bbea660794ab3cf91c030aafd3:/src/state.h diff --git a/src/state.h b/src/state.h index 3dc74acf..92378c70 100644 --- a/src/state.h +++ b/src/state.h @@ -171,7 +171,7 @@ typedef struct state_s struct state_s *link; short number; - short accessing_symbol; + token_number_t accessing_symbol; shifts *shifts; reductions *reductions; errs *errs; @@ -185,7 +185,7 @@ typedef struct state_s int nlookaheads; /* Its items. */ - short nitems; + unsigned short nitems; item_number_t items[1]; } state_t;