mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
Fix (most) macOS compilation problems
This commit is contained in:
@@ -112,6 +112,6 @@ private:
|
||||
DB_scope* next_scope;
|
||||
};
|
||||
|
||||
extern PGF_INTERNAL_DECL thread_local DB_scope *last_db_scope __attribute__((tls_model("initial-exec")));
|
||||
extern PGF_INTERNAL_DECL __thread DB_scope *last_db_scope __attribute__((tls_model("initial-exec")));
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user