From fe88f156e3bdb740e22d8a91b6db93e88e167e14 Mon Sep 17 00:00:00 2001 From: Himbeer Date: Thu, 8 May 2025 14:58:44 +0200 Subject: Separate grp_e and sub-accesses --- include/expr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/expr.h') diff --git a/include/expr.h b/include/expr.h index a0242bb..114d5a1 100644 --- a/include/expr.h +++ b/include/expr.h @@ -47,7 +47,6 @@ enum access { struct access_e { struct location loc; - struct grp_e grp; enum access kind; union { const char *field; @@ -61,7 +60,8 @@ struct tag_e { struct location loc; int dotagof; - struct access_e access; + struct grp_e grp; + struct access_e *access; }; enum signop { -- cgit v1.2.3