From 121f0185d6923c84d64ee75326d15013eb5d1fe0 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 3 Nov 2017 23:46:42 +0000 Subject: Custom thread local models --- src/entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index b84d9a7e0..8fb6f8b69 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -84,7 +84,7 @@ struct Entity { bool default_is_undef; bool default_is_location; bool is_immutable; - bool is_thread_local; + String thread_local_model; bool is_foreign; bool is_export; Entity * foreign_library; -- cgit v1.2.3