X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Finterrupt.c;h=94b38b81658b6dc147bc7e9868ec74e706db37ab;hb=8e9908b6f79b7bb52a281cfcbf0712d4b914f3cf;hp=5ee65ee34af6cdcad503a7ca08ea837512f4df50;hpb=8939690edb6e57cb735177f446b731c066e9a8fd;p=sbcl.git diff --git a/src/runtime/interrupt.c b/src/runtime/interrupt.c index 5ee65ee..94b38b8 100644 --- a/src/runtime/interrupt.c +++ b/src/runtime/interrupt.c @@ -125,7 +125,7 @@ static sigset_t blockable_sigset; void check_blockables_blocked_or_lose() { -#ifndef LISP_FEATURE_WIN32 +#if !defined(LISP_FEATURE_WIN32) /* Get the current sigmask, by blocking the empty set. */ sigset_t empty,current; int i;