mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
d: fix use of b4_union_members
* data/lalr1.d: Use b4_user_union_members instead.
This commit is contained in:
@@ -223,9 +223,9 @@ public class ]b4_location_type[
|
|||||||
|
|
||||||
private immutable bool yy_location_is_class = true;
|
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,
|
]m4_if(b4_tag_seen_flag, 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user