0.6.11.10:
[sbcl.git] / src / code / late-target-error.lisp
index 656282a..0f4ded0 100644 (file)
@@ -60,7 +60,7 @@
   ;; defaulted after creation
   (assigned-slots () :type list))
 
-(defstruct condition-slot
+(defstruct (condition-slot (:copier nil))
   (name (required-argument) :type symbol)
   ;; list of all applicable initargs
   (initargs (required-argument) :type list)