X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5fbb0954b861b5bff653e1b87a1bd5e0b328445d..0c2d3f4cba35c4bbea660794ab3cf91c030aafd3:/src/state.h?ds=sidebyside diff --git a/src/state.h b/src/state.h index dc093fea..92378c70 100644 --- a/src/state.h +++ b/src/state.h @@ -185,7 +185,7 @@ typedef struct state_s int nlookaheads; /* Its items. */ - short nitems; + unsigned short nitems; item_number_t items[1]; } state_t;