diff --git a/src/clx/dependent.lisp b/src/clx/dependent.lisp index 6e91b90d0..d595f12f2 100644 --- a/src/clx/dependent.lisp +++ b/src/clx/dependent.lisp @@ -1347,10 +1347,7 @@ #+ecl (defmacro without-interrupts (&body body) - #+threads - `(mp:without-interrupts ,@body) - #-threads - `(let ((ext:*interrupt-enable* nil)) ,@body)) + `(mp:without-interrupts ,@body)) #+sbcl (defvar *without-interrupts-sic-lock*