X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-extensions.lisp;h=df396b38308c02024ead6293c07394c68a694a7d;hb=832f3b5652ae1b4a8888829cd4a1b391a8ca9952;hp=c590c21d0cbc5cef4af87b66c188e03c007bc263;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/src/code/early-extensions.lisp b/src/code/early-extensions.lisp index c590c21..df396b3 100644 --- a/src/code/early-extensions.lisp +++ b/src/code/early-extensions.lisp @@ -173,7 +173,7 @@ ;;; 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 *)))) ;;;; the COLLECT macro