aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-12 21:21:18 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-12 21:21:18 +0100
commitccda456c0a96f849e408bd707eca0a3baf9202b1 (patch)
tree57abf5f3bbb1e103165bbb90d78f6a14d3a9e27f /src/entity.cpp
parent83bad13e9e1bebd474768edf1a30e0682013149b (diff)
`foreign` blocks for procedures
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 db1efd986..32bd3210f 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -95,6 +95,7 @@ struct Entity {
bool is_foreign;
String foreign_name;
Entity * foreign_library;
+ AstNode * foreign_library_ident;
String link_name;
u64 tags;
OverloadKind overload_kind;