X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftype-init.lisp;h=abb86cb71a436ae5c77be85b1877c549308612d3;hb=90ca09b75fbc3b63b2f7d09c67b04b866dd783f6;hp=0c128258cf202d2c3dabecfe1c9b4a1799af2a6f;hpb=99ad0a384664dc98af26245a33f11619ec0854ad;p=sbcl.git diff --git a/src/code/type-init.lisp b/src/code/type-init.lisp index 0c12825..abb86cb 100644 --- a/src/code/type-init.lisp +++ b/src/code/type-init.lisp @@ -1,4 +1,4 @@ -;;;; When this file's top-level forms are run, it precomputes the +;;;; When this file's top level forms are run, it precomputes the ;;;; translations for commonly used type specifiers. This stuff is ;;;; split off from the other type stuff to get around problems with ;;;; everything needing to be loaded before everything else. This is @@ -22,10 +22,8 @@ (dolist (x *built-in-classes*) (destructuring-bind (name &key (translation nil trans-p) &allow-other-keys) x - #+sb-show (progn - (/show0 "doing class with name=..") - #+sb-xc-host (/show0 name) - #-sb-xc-host (%primitive print (symbol-name name))) + (/show0 "doing class with NAME=..") + (/primitive-print (symbol-name name)) (when trans-p (/show0 "in TRANS-P case") (let ((class (class-cell-class (find-class-cell name)))