]> git.saurik.com Git - bison.git/blobdiff - src/gram.h
* src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
[bison.git] / src / gram.h
index d02964ffb825be190a218021d1ba655b8230f87f..af4e636cac758950f83e80c1cad1a7d0007a0199 100644 (file)
@@ -181,4 +181,7 @@ size_t ritem_longest_rhs PARAMS ((void));
 /* Dump the grammar. */
 void grammar_dump PARAMS ((FILE *out, const char *title));
 
+/* Free the packed grammar. */
+void grammar_free PARAMS ((void));
+
 #endif /* !GRAM_H_ */