From 4714129a8ba875f082f522c07c039fba12395ded Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 14 Mar 2008 18:16:05 +0100 Subject: Implement the generic sequence protocol for NSArray on SBCL. darcs-hash:af39e2a05a060e7f805e7218ef808c1721edcdd3 --- objective-cl.asd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'objective-cl.asd') diff --git a/objective-cl.asd b/objective-cl.asd index c35f7fa..4e72ec0 100644 --- a/objective-cl.asd +++ b/objective-cl.asd @@ -137,6 +137,9 @@ "method-definition" "reader-syntax" "data-types")) + (:file "util-sequences" :depends-on ("defpackage" + "method-invocation" + "libobjcl")) (:file "post-init" :depends-on ("defpackage" "libobjcl" "init" -- cgit v1.2.3