summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-06 21:48:10 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-06 21:48:10 +0100
commit6ffe476ad4c840a00f0c2e72c6020091e3ce801d (patch)
tree13103aea32eb418eae19830cf47998f47479c840 /objective-cl.asd
parentabc0f3b7fc0332dee5382f165d9531d05ddf41b6 (diff)
Refactor data conversion.
darcs-hash:9ff52b1ed764ab58522070fc35eca4ab97844a1c
Diffstat (limited to 'objective-cl.asd')
-rw-r--r--objective-cl.asd7
1 files changed, 7 insertions, 0 deletions
diff --git a/objective-cl.asd b/objective-cl.asd
index e28e90a..82d1731 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -57,6 +57,13 @@
"type-handling"
"policy"
"data-types"))
+ (:file "type-conversion-policy" :depends-on ("defpackage"
+ "memory-management"
+ "data-types"
+ "type-handling"
+ "policy"
+ "data-types"
+ "method-invocation"))
(:file "type-handling" :depends-on ("defpackage"
"libobjcl"
"init"))