From 417ac76fc4b289f5135680ee7300fee2dd31f1e6 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 24 Sep 2007 17:00:30 +0200 Subject: Fix condition signalling. darcs-hash:d14fd897e9b232e09261823625f1083b6d37aa11 --- objective-cl.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'objective-cl.asd') 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) -- cgit v1.2.3