0.8.21.34:
[sbcl.git] / src / code / cross-misc.lisp
index 342bc07..12d9312 100644 (file)
   (assert (typep array '(simple-array * (*))))
   (values array start end 0))
 
+(defun sb!kernel:signed-byte-32-p (number)
+  (typep number '(signed-byte 32)))
+
 ;;; package locking nops for the cross-compiler
 
 (defmacro without-package-locks (&body body)