- (ecase (sod-initializer-value-kind init)
- (:simple (format stream " /* ~15@A = */ ~A,~%"
- (sod-slot-name direct-slot)
- (sod-initializer-value-form init)))
- (:compound (format stream " /* ~15@A = */ ~@<{ ~;~A~; },~:>~%"
- (sod-slot-name direct-slot)
- (sod-initializer-value-form init)))))))
-
-(defmethod hook-output progn
- ((slot sod-class-effective-slot) (reason (eql 'class)) sequencer)
+ (format stream " /* ~15@A = */ ~A,~%"
+ (sod-slot-name direct-slot)
+ (sod-initializer-value init)))))
+
+(defmethod hook-output ((slot sod-class-effective-slot)
+ (reason (eql 'class)) sequencer)