fix declaration for non-places, non+futures build

This commit is contained in:
Matthew Flatt 2014-07-03 08:05:01 +01:00
parent 50715f7bda
commit b99260bb32

View File

@ -193,7 +193,7 @@ THREAD_LOCAL_DECL(static Scheme_Custodian *last_custodian);
THREAD_LOCAL_DECL(static Scheme_Hash_Table *limited_custodians = NULL);
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);