summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-02 21:07:15 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-02 21:07:15 +0100
commit6fa02273690d38831f955ac5df0a2643f37230ba (patch)
treec490fcc433cc75f4ec2f644c9de24800e1fdbb90 /objective-cl.asd
parentd2df47004e31977221e38c891f1790defeb4973f (diff)
Introduce an Objective-C class for wrapping Lisp values.
darcs-hash:47920ab6598799fca44c964c3fa6a3dfb20389c9
Diffstat (limited to 'objective-cl.asd')
-rw-r--r--objective-cl.asd4
1 files changed, 4 insertions, 0 deletions
diff --git a/objective-cl.asd b/objective-cl.asd
index 0f9dc2f..efe3c91 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -93,6 +93,10 @@
(:file "compiler-macros" :depends-on ("defpackage"
"method-invocation"
"conditions"))
+ (:file "lisp-value-wrapping" :depends-on ("defpackage"
+ "libobjcl"
+ "init"
+ "class-definition"))
(:file "post-init" :depends-on ("defpackage"
"libobjcl"
"init"