X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-cl.lisp;h=f8a1aa2f9d8c54497876b7e3f3f1e3e42b3d159d;hb=860543cc7ba0266e41e1d41ac9b6a208f3795f1a;hp=46c6c8814beafdc730a9f4ca11bb56cfc51b0808;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/early-cl.lisp b/src/code/early-cl.lisp index 46c6c88..f8a1aa2 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