From f8a8add7d0e74d20304b3194e836752a9986ddc3 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 8 Aug 2022 09:16:13 +0200 Subject: direct access of eunion fields --- bootstrap/all.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap/all.h') diff --git a/bootstrap/all.h b/bootstrap/all.h index 1629455..373aac9 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -312,6 +312,7 @@ enum exprtype { Eslice, Elen, Eeuini, + Eeutag, }; struct blockstmt { @@ -353,7 +354,7 @@ struct expr { struct expr *lhs, *rhs; } index; struct blockstmt block; - struct expr *child; // cast, len + struct expr *child; // cast, len, eutag struct { i64 i; const char *vname; -- cgit v1.2.3