X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5df5f6d53858c71db7654607a2830d86a9c3f6da..5372019fabc593faad353349d41dea7e79dae509:/src/gram.h diff --git a/src/gram.h b/src/gram.h index d02964ff..af4e636c 100644 --- a/src/gram.h +++ b/src/gram.h @@ -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_ */