chiark / gitweb /
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 92c164f26becc0f58f37b6e99c6abbf9223e8102..04cc9339e5d7147de7d21f8200953e9432d6caef 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