X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=7e43abc2926f1cbfb7b4c59e874735d5b0f03106;hp=fcb76389f626b7f3b01c08f92c0034975c0c9fe6;hb=d11d6cc43fd9227a8aeed28dc2cfecdbc587ec4a;hpb=34af279a4b46f1543749915c1897438ea917be73 diff --git a/kmrcl.asd b/kmrcl.asd index fcb7638..7e43abc 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.45 2003/07/30 23:02:53 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -33,12 +33,12 @@ :components ((:file "package") (:file "ifstar" :depends-on ("package")) + (:file "byte-stream" :depends-on ("package")) (:file "macros" :depends-on ("package")) (:file "functions" :depends-on ("macros")) (:file "lists" :depends-on ("macros")) (:file "seqs" :depends-on ("macros")) - #+openmcl (:file "io-openmcl" :depends-on ("macros")) - (:file "io" :depends-on ("macros" #+openmcl "io-openmcl")) + (:file "io" :depends-on ("macros")) (:file "console" :depends-on ("macros")) (:file "strings" :depends-on ("macros" "seqs")) (:file "strmatch" :depends-on ("strings")) @@ -59,7 +59,6 @@ (:file "os" :depends-on ("macros")) )) - (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl)))) (operate 'load-op 'kmrcl-tests) (operate 'test-op 'kmrcl-tests))