summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-13 14:16:07 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-13 14:16:07 +0100
commit9bcf5f61465b954837dea6472c7bdd6972d81f8b (patch)
treededa839153bf68ae02b912fd4e572abef8d84efb /objective-cl.asd
parent507c9bd8238f634f4131620909125948b4f3693e (diff)
Add an internal reader macro for more readable type declarations.
darcs-hash:362e46ca84f20400936f066b7c7335417dcffa82
Diffstat (limited to 'objective-cl.asd')
-rw-r--r--objective-cl.asd4
1 files changed, 3 insertions, 1 deletions
diff --git a/objective-cl.asd b/objective-cl.asd
index 96d94f6..dbc056e 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -102,7 +102,9 @@
"conditions"
"memory-management"))
(:file "reader-syntax" :depends-on ("defpackage"
- "method-invocation"))
+ "method-invocation"
+ "internal-reader-syntax"))
+ (:file "internal-reader-syntax" :depends-on ("defpackage"))
(:file "utilities" :depends-on ("init"
"defpackage"
"method-invocation"