0.6.11.10:
[sbcl.git] / src / compiler / macros.lisp
index 713f224..1efe6b2 100644 (file)
 
 (eval-when (:compile-toplevel :load-toplevel :execute)
 
-(defstruct event-info
+(defstruct (event-info (:copier nil))
   ;; The name of this event.
   (name (required-argument) :type symbol)
   ;; The string rescribing this event.