diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 44464b49c..d6703f5b7 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -84,10 +84,13 @@ struct Entity { struct { i32 field_index; i32 field_src_index; - bool is_immutable; - bool is_thread_local; ExactValue default_value; bool default_is_nil; + bool is_immutable; + bool is_thread_local; + bool is_foreign; + Entity * foreign_library; + AstNode * foreign_library_ident; } Variable; struct { bool is_type_alias; |