X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fthread.c;h=a8ca088767e734bab83cbc563745747e6b2bb62f;hb=2a03fda8299baea66cb9a6955d414dcc27af5ac9;hp=377f6b90e03e13f157fbd249fcced746e034f983;hpb=158f220d2e6b44e48806480d6498466b9fc7eb62;p=sbcl.git diff --git a/src/runtime/thread.c b/src/runtime/thread.c index 377f6b9..a8ca088 100644 --- a/src/runtime/thread.c +++ b/src/runtime/thread.c @@ -436,6 +436,7 @@ create_thread_struct(lispobj initial_function) { bind_variable(INTERRUPTS_ENABLED,T,th); bind_variable(ALLOW_WITH_INTERRUPTS,T,th); bind_variable(GC_PENDING,NIL,th); + bind_variable(ALLOC_SIGNAL,NIL,th); #ifdef LISP_FEATURE_SB_THREAD bind_variable(STOP_FOR_GC_PENDING,NIL,th); #endif