X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=06ff082047a9401322d13ccb1db2d083b6fb0739;hb=f02806a9c747318814e3b46520d2ceebd6031488;hp=e62e5c9f10518124e69fffdb9656a5511294de6c;hpb=c711146209cf9fbda5fe2f11368c6c43949798f7;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index e62e5c9..06ff082 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.44 2003/07/30 23:01:46 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.46 2003/07/31 17:03:37 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")) - (:file "io-openmcl" :depends-on ("macros")) - (:file "io" :depends-on ("macros" "io-openmcl")) + (:file "io" :depends-on ("macros")) (:file "console" :depends-on ("macros")) (:file "strings" :depends-on ("macros" "seqs")) (:file "strmatch" :depends-on ("strings"))