From 3c6f90e5524d38bdd30750eb04441a1897bcd8dd Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 10 Dec 2017 11:35:11 +0000 Subject: Fix proc groups from import names --- src/entity.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index ff3fd5c20..3f81a066d 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -82,17 +82,17 @@ struct Entity { i32 field_index; i32 field_src_index; ExactValue default_value; + Entity * foreign_library; + AstNode * foreign_library_ident; + String link_name; + String link_prefix; + String thread_local_model; bool default_is_nil; bool default_is_undef; bool default_is_location; bool is_immutable; - String thread_local_model; bool is_foreign; bool is_export; - Entity * foreign_library; - AstNode * foreign_library_ident; - String link_name; - String link_prefix; } Variable; struct { bool is_type_alias; -- cgit v1.2.3