X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=c63818b4e4c66f15d49b9c66f1f42e2aa682ddbd;hp=06ff082047a9401322d13ccb1db2d083b6fb0739;hb=6f333885c716800cf85c2986a3b835efe0e54e70;hpb=f02806a9c747318814e3b46520d2ceebd6031488 diff --git a/kmrcl.asd b/kmrcl.asd index 06ff082..c63818b 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.46 2003/07/31 17:03:37 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -33,11 +33,13 @@ :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")) - (:file "io" :depends-on ("macros")) + (:file "impl" :depends-on ("macros")) + (:file "io" :depends-on ("macros" "impl")) (:file "console" :depends-on ("macros")) (:file "strings" :depends-on ("macros" "seqs")) (:file "strmatch" :depends-on ("strings")) @@ -58,7 +60,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))