]> git.saurik.com Git - bison.git/blobdiff - src/nullable.c
* data/glr.c: Correct typo in Emacs-mode directive. Slightly
[bison.git] / src / nullable.c
index ae02db757a725f06ad1cf9fd8f9bef9780cf8213..42e398b34624b92f865f1ba86019bd5385ef30ca 100644 (file)
@@ -47,11 +47,11 @@ void
 set_nullable (void)
 {
   int ruleno;
-  token_number_t *s1;
-  token_number_t *s2;
+  symbol_number_t *s1;
+  symbol_number_t *s2;
   shorts *p;
 
-  token_number_t *squeue = XCALLOC (token_number_t, nvars);
+  symbol_number_t *squeue = XCALLOC (symbol_number_t, nvars);
   short *rcount = XCALLOC (short, nrules + 1);
   /* RITEM contains all the rules, including useless productions.
      Hence we must allocate room for useless nonterminals too.  */