diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
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; |