reshape for h_epsilon

This commit is contained in:
Sven M. Hallberg 2013-05-20 16:25:02 +02:00
parent e03513b59a
commit 3be766b741

View file

@ -32,7 +32,8 @@ static inline HCFChoice* desugar_epsilon(HAllocator *mm__, void *env) {
static HCFChoice res_ch = { static HCFChoice res_ch = {
.type = HCF_CHOICE, .type = HCF_CHOICE,
.seq = res_ch_l, .seq = res_ch_l,
.action = NULL .action = NULL,
.reshape = h_act_ignore
}; };
return &res_ch; return &res_ch;
} }