aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-07-01 11:38:44 +0100
committerGinger Bill <bill@gingerbill.org>2017-07-01 11:38:44 +0100
commited089b44b9634c431785b5fa40c086f59900d740 (patch)
tree3535d2a7a6fc0b5dfb90671b18926beedd753a6f /src/entity.cpp
parent33f4af2e195fcaa7a5b4fa7ea25a464f3597f18c (diff)
`do` keyword for inline statements instead of blocks
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;