aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2025-05-08 14:58:44 +0200
committerHimbeer <himbeer@disroot.org>2025-05-08 14:58:44 +0200
commitfe88f156e3bdb740e22d8a91b6db93e88e167e14 (patch)
tree4a86c793d12d030fb55de79f763f48dfb02b744a
parent6d9785b3e7927079d2d40baba7e1779dca53577f (diff)
Separate grp_e and sub-accesses
-rw-r--r--include/expr.h4
1 files changed, 2 insertions, 2 deletions
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 {