X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fdeftype.lisp;h=3057faaf5ea0306f09228a3ed635b44a14392db1;hb=31361af9eb64344f521abbb245ea784c76c746e5;hp=fe56d65b396f49b15d9a38a8e6c3eae27b403b4a;hpb=c9c0e648c51317ff374851c4fcc740a15d37acae;p=sbcl.git diff --git a/src/compiler/deftype.lisp b/src/compiler/deftype.lisp index fe56d65..3057faa 100644 --- a/src/compiler/deftype.lisp +++ b/src/compiler/deftype.lisp @@ -9,9 +9,6 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - (def!macro sb!xc:deftype (name arglist &body body) #!+sb-doc "Define a new type, with syntax like DEFMACRO."