summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-07 00:02:08 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-07 00:02:08 +0100
commitcce1638cfe47e261cb9b285ba7f7e20dda12340e (patch)
treed9184e38e07ffb8d41bec3d15e9b702b2578339b /objective-cl.asd
parent0715218c808240ab831007018f81527011f01e6c (diff)
Fix COERCE-OBJECT (... (EQL :ID)).
darcs-hash:cee5f53f4c7c73bb8905d76fa6417b74112a3f42
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 82d1731..ec74687 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -63,7 +63,8 @@
"type-handling"
"policy"
"data-types"
- "method-invocation"))
+ "method-invocation"
+ "lisp-value-wrapping"))
(:file "type-handling" :depends-on ("defpackage"
"libobjcl"
"init"))