aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-07-18 15:09:24 +0100
committerGinger Bill <bill@gingerbill.org>2017-07-18 15:09:24 +0100
commit277ef1a68f932988cd59b40e496b2b1532907654 (patch)
treef36cac2af780eee688be2515bd020a5be3a18c8d /src/entity.cpp
parent193c7c82c83022fa16dff6cc611d5673753ece8f (diff)
Allow undefined --- as a struct field default value.
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 a9b083400..d2c29ca98 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -87,6 +87,7 @@ struct Entity {
i32 field_src_index;
ExactValue default_value;
bool default_is_nil;
+ bool default_is_undef;
bool default_is_location;
bool is_immutable;
bool is_thread_local;