]> git.saurik.com Git - bison.git/blobdiff - src/gram.h
* src/conflicts.c (err_table): Remove.
[bison.git] / src / gram.h
index ca55d007b55ed79062969415f4b054469c0c673c..e26582fe145017ca187b2c1d07591fc254f69af7 100644 (file)
@@ -147,4 +147,12 @@ extern int pure_parser;
 /* ERROR_TOKEN_NUMBER is the token number of the error token.  */
 
 extern int error_token_number;
+
+
+/* Dump RITEM for traces. */
+void ritem_print PARAMS ((FILE *out));
+
+/* Return the size of the longest rule RHS.  */
+size_t ritem_longest_rhs PARAMS ((void));
+
 #endif /* !GRAM_H_ */