From 1afef6c3d217dada6b2bb7c309246a4ad50be508 Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" <pesco@khjk.org> Date: Mon, 20 May 2013 16:59:38 +0200 Subject: [PATCH] reshape for h_attr_bool --- src/parsers/attr_bool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parsers/attr_bool.c b/src/parsers/attr_bool.c index c63273b6..63580662 100644 --- a/src/parsers/attr_bool.c +++ b/src/parsers/attr_bool.c @@ -44,6 +44,7 @@ static HCFChoice* desugar_ab(HAllocator *mm__, void *env) { ret->seq[0] = seq; ret->seq[1] = NULL; ret->pred = a->pred; + ret->reshape = h_act_first; return ret; } -- GitLab