1.0.6.36: ALLOW-WITH-INTERRUPTS and interrupt safe WITH-MUTEX &co
[sbcl.git] / src / code / toplevel.lisp
index 416949b..eddb5f8 100644 (file)
@@ -26,6 +26,7 @@
 
 ;;; FIXME: These could be converted to DEFVARs.
 (declaim (special #!+(or x86 x86-64) *pseudo-atomic-bits*
+                  *allow-with-interrupts*
                   *interrupts-enabled*
                   *interrupt-pending*
                   *type-system-initialized*))