aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-05-09 10:58:57 +0100
committergingerBill <bill@gingerbill.org>2024-05-09 10:58:57 +0100
commitd85c8f0b2c5989f7d14b02c9023060990d241111 (patch)
treeacbd8ff0cc3f6d18d741a309e03aacdca8c08deb /src/entity.cpp
parent97e9c50d116024901ce029c495495fd723cedf7f (diff)
Fix #3555
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index d76d5f441..60ca208ec 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -210,6 +210,7 @@ struct Entity {
CommentGroup *comment;
} Constant;
struct {
+ Ast *type_expr; // only used for some variables within procedure bodies
Ast *init_expr; // only used for some variables within procedure bodies
i32 field_index;
i32 field_group_index;