0.pre7.31:
[sbcl.git] / src / compiler / deftype.lisp
index 0e02d0f..3057faa 100644 (file)
@@ -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)