declare h_cfgrammar_new in cfgrammar.h

This commit is contained in:
Sven M. Hallberg 2013-06-07 22:38:26 +02:00
parent 732545274a
commit f041775bb9

View file

@ -60,6 +60,8 @@ static inline HStringMap *h_stringmap_get_char(const HStringMap *m, const uint8_
*/
HCFGrammar *h_cfgrammar(HAllocator* mm__, const HParser *parser);
HCFGrammar *h_cfgrammar_new(HAllocator *mm__);
/* Frees the given grammar and associated data.
* Does *not* free parsers' CFG forms as created by h_desugar.
*/