X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-cl.lisp;h=4c071dd257e2e7b267516917e7a3c15cc32b5c44;hb=5d04a95274c9ddaebbcd6ddffc5d646e2c25598c;hp=46c6c8814beafdc730a9f4ca11bb56cfc51b0808;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/early-cl.lisp b/src/code/early-cl.lisp index 46c6c88..4c071dd 100644 --- a/src/code/early-cl.lisp +++ b/src/code/early-cl.lisp @@ -14,9 +14,8 @@ ;;; Common Lisp special variables which have SB-XC versions (proclaim '(special sb!xc:*macroexpand-hook*)) -;;; the Common Lisp defined type specifier symbols -(declaim (type list *standard-type-names*)) -(defparameter *standard-type-names* +;;; the Common Lisp defined type spec symbols +(defparameter *!standard-type-names* '(array atom bignum bit bit-vector character compiled-function complex cons double-float extended-char fixnum float function hash-table integer keyword list long-float nil null number package