Skip to content
  • Jacek Złydach's avatar
    Making utils subsystem compile on SBCL and CCL. · 7dff0bea
    Jacek Złydach authored
    - changed defconstant to defparameter for places where constants were
      objects
    - dropped invalid declarations in defgeneric forms
    - restricted arglist declaration to just Genera
    - replaced defgeneric* and defmethod* forms with defgeneric and
      defmethod (the former were presumably because defgeneric/defmethod
      didn't handle setf functions in the past)
    7dff0bea