From 10e3ccac05eafe837e68892c21e18babc6c824e6 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 6 Dec 2018 05:42:12 +0100 Subject: [PATCH] d: fix use of b4_union_members * data/lalr1.d: Use b4_user_union_members instead. --- data/lalr1.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/lalr1.d b/data/lalr1.d index b70eb135..04b48e0e 100644 --- a/data/lalr1.d +++ b/data/lalr1.d @@ -223,9 +223,9 @@ public class ]b4_location_type[ private immutable bool yy_location_is_class = true; -]]))m4_ifdef([b4_union_members], [private union YYSemanticType +]]))m4_ifdef([b4_user_union_members], [private union YYSemanticType { -b4_union_members +b4_user_union_members }; ]m4_if(b4_tag_seen_flag, 0,