]> git.saurik.com Git - bison.git/blobdiff - src/gram.c
Use lib/hash for the symbol table.
[bison.git] / src / gram.c
index acb586931a451a67e5088d024ffa6cd0d7f79703..78764d1c4748d40efeac236e84b8d7da3879beaa 100644 (file)
@@ -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;