]> git.saurik.com Git - bison.git/blobdiff - src/closure.h
* data/yacc.c: Guard the declaration of yytoknum also with
[bison.git] / src / closure.h
index 32082d15a06468edcf34e4ccc1a5195510e86b46..e47d8d38083295189bd4e55d7fd143223780d8eb 100644 (file)
@@ -42,14 +42,14 @@ void new_closure PARAMS ((int n));
    significant).  CLOSURE places there the indices of all items which
    represent units of input that could arrive next.  */
 
    significant).  CLOSURE places there the indices of all items which
    represent units of input that could arrive next.  */
 
-void closure PARAMS ((short *items, int n));
+void closure PARAMS ((item_number_t *items, int n));
 
 
 /* Frees ITEMSET, RULESET and internal data.  */
 
 void free_closure PARAMS ((void));
 
 
 
 /* Frees ITEMSET, RULESET and internal data.  */
 
 void free_closure PARAMS ((void));
 
-extern short *itemset;
+extern item_number_t *itemset;
 extern int nritemset;
 
 #endif /* !CLOSURE_H_ */
 extern int nritemset;
 
 #endif /* !CLOSURE_H_ */