From ccda456c0a96f849e408bd707eca0a3baf9202b1 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Mon, 12 Jun 2017 21:21:18 +0100 Subject: `foreign` blocks for procedures --- src/entity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entity.cpp') 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; -- cgit v1.2.3