fix declaration for non-places, non+futures build
This commit is contained in:
parent
50715f7bda
commit
b99260bb32
|
@ -193,7 +193,7 @@ THREAD_LOCAL_DECL(static Scheme_Custodian *last_custodian);
|
||||||
THREAD_LOCAL_DECL(static Scheme_Hash_Table *limited_custodians = NULL);
|
THREAD_LOCAL_DECL(static Scheme_Hash_Table *limited_custodians = NULL);
|
||||||
READ_ONLY static Scheme_Object *initial_inspector;
|
READ_ONLY static Scheme_Object *initial_inspector;
|
||||||
|
|
||||||
THREAD_LOCAL_DECL(static Scheme_Custodian *initial_plumber);
|
THREAD_LOCAL_DECL(static Scheme_Plumber *initial_plumber);
|
||||||
|
|
||||||
THREAD_LOCAL_DECL(Scheme_Config *initial_config);
|
THREAD_LOCAL_DECL(Scheme_Config *initial_config);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user