0.pre7.74:
[sbcl.git] / src / pcl / std-class.lisp
index a114b6d..206e222 100644 (file)
   (unless (eq allocation :instance)
     (error "Structure slots must have :INSTANCE allocation.")))
 
-(defun make-structure-class-defstruct-form
-       (name direct-slots include)
+(defun make-structure-class-defstruct-form (name direct-slots include)
   (let* ((conc-name (intern (format nil "~S structure class " name)))
          (constructor (intern (format nil "~A constructor" conc-name)))
          (defstruct `(defstruct (,name