]> git.saurik.com Git - bison.git/blobdiff - src/gram.h
* src/gram.c, src/gram.h (ritem_print): New.
[bison.git] / src / gram.h
index ca55d007b55ed79062969415f4b054469c0c673c..516907c225878e2daee5f008c786e5184bbf0cfb 100644 (file)
@@ -147,4 +147,8 @@ 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 (FILE *out);
 #endif /* !GRAM_H_ */