X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/280a38c306200177ef15e0f52775312edc057065..72a23c9797290f1f2c948cf3027d80fa5c9370bc:/src/gram.c?ds=inline diff --git a/src/gram.c b/src/gram.c index acb58693..78764d1c 100644 --- a/src/gram.c +++ b/src/gram.c @@ -30,7 +30,7 @@ int nitems = 0; int nrules = 0; int nsyms = 0; -int ntokens = 0; +int ntokens = 1; int nvars = 0; short *ritem = NULL;