0.6.11.10:
[sbcl.git] / src / compiler / knownfun.lisp
index e398372..220bd57 100644 (file)
 \f
 ;;;; interfaces to defining macros
 
-;;; The TRANSFORM structure represents an IR1 transform.
-(defstruct transform
+;;; an IR1 transform
+(defstruct (transform (:copier nil))
   ;; the function-type which enables this transform
   (type (required-argument) :type ctype)
   ;; the transformation function. Takes the COMBINATION node and returns a