move api additions to glue.[ch]

This commit is contained in:
Sven M. Hallberg 2013-01-16 15:05:04 +01:00
parent 4b30ebdb77
commit 3412541370
6 changed files with 106 additions and 78 deletions

View file

@ -13,6 +13,7 @@ bool validate_label(HParseResult *p) {
return (64 > p->ast->seq->used);
}
const HParser* init_domain() {
static const HParser *domain = NULL;
if (domain)