0.6.11.10:
[sbcl.git] / src / code / alien-type.lisp
index 40e3ea1..d041a83 100644 (file)
@@ -18,7 +18,8 @@
 (defstruct (alien-type-type
            (:include ctype
                      (class-info (type-class-or-lose 'alien)))
-           (:constructor %make-alien-type-type (alien-type)))
+           (:constructor %make-alien-type-type (alien-type))
+           (:copier nil))
   (alien-type nil :type alien-type))
 
 (!define-type-class alien)