0.9.8.33:
[sbcl.git] / src / code / early-extensions.lisp
index c590c21..df396b3 100644 (file)
 ;;; the implementation of things like *PRINT-CIRCLE* and the dumper.)
 (defun compound-object-p (x)
   (or (consp x)
-      (typep x 'instance)
+      (%instancep x)
       (typep x '(array t *))))
 \f
 ;;;; the COLLECT macro