diff options
Diffstat (limited to 'libguile/threads.h')
-rw-r--r-- | libguile/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/threads.h b/libguile/threads.h index aa33bd440..cebdc7b69 100644 --- a/libguile/threads.h +++ b/libguile/threads.h @@ -238,7 +238,7 @@ extern scm_t_key scm_i_thread_key; They really refer to the root state of the running thread. */ #define SCM_THREAD_LOCAL_DATA (scm_i_plugin_getspecific (scm_i_root_state_key)) #define SCM_SET_THREAD_LOCAL_DATA(x) scm_i_set_thread_data(x) -extern scm_t_key scm_i_root_state_key; +SCM_API scm_t_key scm_i_root_state_key; SCM_API void scm_i_set_thread_data (void *); #endif /* SCM_THREADS_H */ |