d: fix use of b4_union_members

* data/lalr1.d: Use b4_user_union_members instead.
This commit is contained in:
Akim Demaille
2018-12-06 05:42:12 +01:00
parent 3d5059f431
commit 10e3ccac05

View File

@@ -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,