summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-03 01:37:34 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-03 01:37:34 +0100
commit9794d705ec9b8835213fca1fe811f95aa9792ef2 (patch)
treefb7aae5c0248ae10c8861a78a6942ad7a2f5bf4d /objective-cl.asd
parent6fa02273690d38831f955ac5df0a2643f37230ba (diff)
Add Lisp value wrapper classes MLKLispString, MLKLispArray, and MLKLispList.
darcs-hash:3dc87ce841df388836310ebc486b20c7214d68e4
Diffstat (limited to 'objective-cl.asd')
-rw-r--r--objective-cl.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/objective-cl.asd b/objective-cl.asd
index efe3c91..2a0520c 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -96,7 +96,8 @@
(:file "lisp-value-wrapping" :depends-on ("defpackage"
"libobjcl"
"init"
- "class-definition"))
+ "class-definition"
+ "method-invocation"))
(:file "post-init" :depends-on ("defpackage"
"libobjcl"
"init"