aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
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 1327ae285..e38a374fc 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -92,6 +92,7 @@ struct Entity {
bool is_foreign;
Entity * foreign_library;
AstNode * foreign_library_ident;
+ String link_name;
} Variable;
struct {
bool is_type_alias;