pre-allocate h_desugar's result to squelch recursive calls

This commit is contained in:
Sven M. Hallberg 2013-06-14 12:27:35 +02:00
parent 8618f9cb62
commit 7b04ab8d9d
3 changed files with 10 additions and 3 deletions

View file

@ -10,7 +10,7 @@ static bool indirect_isValidCF(void *env) {
}
static void desugar_indirect(HAllocator *mm__, HCFStack *stk__, void *env) {
HCFS_DESUGAR( (HParser*)env );
HCFS_DESUGAR( (HParser *)env );
}
static const HParserVtable indirect_vt = {