X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-cl.lisp;h=4c071dd257e2e7b267516917e7a3c15cc32b5c44;hb=a160917364f85b38dc0826a5e3dcef87e3c4c62c;hp=aae673c4b8f56d0ff2c34337e58e0e490d29e6f5;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/early-cl.lisp b/src/code/early-cl.lisp index aae673c..4c071dd 100644 --- a/src/code/early-cl.lisp +++ b/src/code/early-cl.lisp @@ -11,15 +11,11 @@ (in-package "SB!KERNEL") -(file-comment - "$Header$") - ;;; 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