]> git.saurik.com Git - bison.git/blobdiff - src/reduce.h
* data/yacc.c: Guard the declaration of yytoknum also with
[bison.git] / src / reduce.h
index c7b3cae834ca2046460e2c6481c51b82946e98b5..a1d8aa4cbea9008900dc57569da816c1b41f5f10 100644 (file)
@@ -25,6 +25,6 @@ void reduce_grammar PARAMS ((void));
 void reduce_output PARAMS ((FILE *out));
 void reduce_free PARAMS ((void));
 
-extern int nuseless_nonterminals;
-extern int nuseless_productions;
+extern symbol_number_t nuseless_nonterminals;
+extern rule_number_t nuseless_productions;
 #endif /* !REDUCE_H_ */