fix future-creation record declaration for 3m
svn: r16953
This commit is contained in:
parent
79817a2087
commit
d4cbb3b9a7
|
@ -265,7 +265,7 @@ void futures_init(void)
|
|||
static void init_future_thread(Scheme_Future_State *fs, int i)
|
||||
{
|
||||
Scheme_Future_Thread_State *fts;
|
||||
future_thread_params_t params;
|
||||
GC_CAN_IGNORE future_thread_params_t params;
|
||||
pthread_t threadid;
|
||||
GC_CAN_IGNORE pthread_attr_t attr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user