chiark
/
gitweb
/
~mdw
/
lisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
920d2b9
)
mop: Use mdw.base, because it contains useful debugging stuff.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 1 May 2006 09:33:52 +0000
(10:33 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/mdw-mop.lisp
b/mdw-mop.lisp
index 92c164f26becc0f58f37b6e99c6abbf9223e8102..04cc9339e5d7147de7d21f8200953e9432d6caef 100644
(file)
--- a/
mdw-mop.lisp
+++ b/
mdw-mop.lisp
@@
-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