X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftype-init.lisp;h=b8c8d904c408a3e1453c962de93bf50393be0721;hb=bee53328c93be3433477821131ab805557476c8b;hp=8088a762d6902c0427d85dce6e068c43c337c6e2;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/type-init.lisp b/src/code/type-init.lisp index 8088a76..b8c8d90 100644 --- a/src/code/type-init.lisp +++ b/src/code/type-init.lisp @@ -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))) @@ -43,7 +41,7 @@ ;;; built-in symbol type specifiers (/show0 "precomputing built-in symbol type specifiers") -(precompute-types *standard-type-names*) +(precompute-types *!standard-type-names*) ;;; FIXME: It should be possible to do this in the cross-compiler, ;;; but currently the cross-compiler's type system is too dain-bramaged to