Making utils subsystem compile on SBCL and CCL.
- 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)
Showing
- utils/base-designs.lisp 2 additions, 2 deletionsutils/base-designs.lisp
- utils/clim-macros.lisp 1 addition, 1 deletionutils/clim-macros.lisp
- utils/designs.lisp 5 additions, 5 deletionsutils/designs.lisp
- utils/queue.lisp 1 addition, 2 deletionsutils/queue.lisp
- utils/regions.lisp 18 additions, 29 deletionsutils/regions.lisp
- utils/transformations.lisp 8 additions, 14 deletionsutils/transformations.lisp
Loading
Please register or sign in to comment