X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcross-type.lisp;h=e431dbb0ba3950daf45579d216a9ea7950cc3e24;hb=a6a12ed609d5467ec43b411283e5b3568fee81df;hp=32becc381e97bce8778ca7d53a9900fbe23517f2;hpb=7f9f1fd113d7047731bda9dab2c7719cdf092a21;p=sbcl.git diff --git a/src/code/cross-type.lisp b/src/code/cross-type.lisp index 32becc3..e431dbb 100644 --- a/src/code/cross-type.lisp +++ b/src/code/cross-type.lisp @@ -108,7 +108,7 @@ ;;; T unless it's certain) and the second value to tell whether it's ;;; certain. (defun cross-typep (host-object raw-target-type) - (let ((target-type (type-expand raw-target-type))) + (let ((target-type (typexpand raw-target-type))) (flet ((warn-and-give-up () ;; We don't have to keep track of this as long as system ;; performance is acceptable, since giving up