summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-12 15:40:48 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-12 15:40:48 +0100
commit4c0727ea781c578de7b3e661ab6e3ed956bd88ce (patch)
treeff44bcf03a5e638aca15220a1a3ee6a69500670f /objective-cl.asd
parent614297426c173788c3d6d0c12a425d45d834e9ee (diff)
Fix selector funcallability on CMUCL.
darcs-hash:e0f4df3e7fc24d1bc9261d161b6efd62ec32b66d
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 712376e..96d94f6 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -131,7 +131,8 @@
"class-definition"
"method-invocation"
"method-definition"
- "reader-syntax"))
+ "reader-syntax"
+ "data-types"))
(:file "post-init" :depends-on ("defpackage"
"libobjcl"
"init"