summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-24 17:00:30 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-24 17:00:30 +0200
commit417ac76fc4b289f5135680ee7300fee2dd31f1e6 (patch)
treedb0901f65843dc04573d75c2727be797a76de096 /objective-cl.asd
parent0544272da832227ad04ae1a48c478a166e81077d (diff)
Fix condition signalling.
darcs-hash:d14fd897e9b232e09261823625f1083b6d37aa11
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 1b725d5..8f66cab 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -44,5 +44,6 @@
"method-invocation"
"data-types"))
(:file "compiler-macros" :depends-on ("defpackage"
- "method-invocation")))))
+ "method-invocation"
+ "conditions")))))
:serial t)