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