mop: Use mdw.base, because it contains useful debugging stuff.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 May 2006 09:33:52 +0000 (10:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 1 May 2006 09:33:52 +0000 (10:33 +0100)
Not that there are any bugs which need fixing, of course.

mdw-mop.lisp

index 92c164f..04cc933 100644 (file)
@@ -27,7 +27,7 @@
 ;;; Packages.
 
 (defpackage #:mdw.mop
-  (:use #:common-lisp #+cmu #:pcl)
+  (:use #:common-lisp #:mdw.base #+cmu #:pcl)
   (:export #:compatible-class
           #:initargs-for-effective-slot #:make-effective-slot
           #:filtered-slot-class-mixin