X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=1c9801f9af65398da2864ee7320e7bb96648a4bb;hb=20b7cbdc3324352b14760ffc86babad71c2fbf0e;hp=fcb76389f626b7f3b01c08f92c0034975c0c9fe6;hpb=34af279a4b46f1543749915c1897438ea917be73;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index fcb7638..1c9801f 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: kmrcl.asd,v 1.47 2003/07/31 17:11:44 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -37,8 +37,7 @@ (: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 +58,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))