From 3be766b74190aa434a97da1bbb670360aed884c4 Mon Sep 17 00:00:00 2001
From: "Sven M. Hallberg" <pesco@khjk.org>
Date: Mon, 20 May 2013 16:25:02 +0200
Subject: [PATCH] reshape for h_epsilon

---
 src/parsers/parser_internal.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/parsers/parser_internal.h b/src/parsers/parser_internal.h
index 3a09cd42..af5f9595 100644
--- a/src/parsers/parser_internal.h
+++ b/src/parsers/parser_internal.h
@@ -32,7 +32,8 @@ static inline HCFChoice* desugar_epsilon(HAllocator *mm__, void *env) {
   static HCFChoice res_ch = {
     .type = HCF_CHOICE,
     .seq = res_ch_l,
-    .action = NULL
+    .action = NULL,
+    .reshape = h_act_ignore
   };
   return &res_ch;
 }
-- 
GitLab