X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdefbangtype.lisp;h=6fac80c141cd89ed356d7b43b164c30976e3c3df;hb=6c129930bd75f25a66aa0cbf0e5bc8091401d5ce;hp=f5f0b4e7ee5c4292468cbc34985590ac9d46af71;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/defbangtype.lisp b/src/code/defbangtype.lisp index f5f0b4e..6fac80c 100644 --- a/src/code/defbangtype.lisp +++ b/src/code/defbangtype.lisp @@ -8,13 +8,10 @@ ;;;; files for more information. (in-package "SB!KERNEL") - -(file-comment - "$Header$") ;;;; the DEF!TYPE macro -;;; DEF!MACRO = cold DEFTYPE, a version of DEFTYPE which at +;;; DEF!TYPE = cold DEFTYPE, a version of DEFTYPE which at ;;; build-the-cross-compiler time defines its macro both in the ;;; cross-compilation host Lisp and in the target Lisp. Basically, ;;; DEF!TYPE does something like