Custom thread local models

This commit is contained in:
gingerBill
2017-11-03 23:46:42 +00:00
parent e7999f8450
commit 121f0185d6
5 changed files with 25 additions and 13 deletions

View File

@@ -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;