X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=e62e5c9f10518124e69fffdb9656a5511294de6c;hp=a14a6e36c3b2fc605137c5bdb7d4d62d8f97f961;hb=c711146209cf9fbda5fe2f11368c6c43949798f7;hpb=e83a72f1e88062d7e17ac77c17cc9c32d51f3c13 diff --git a/kmrcl.asd b/kmrcl.asd index a14a6e3..e62e5c9 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.43 2003/07/23 22:07:48 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.44 2003/07/30 23:01:46 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -37,7 +37,8 @@ (:file "functions" :depends-on ("macros")) (:file "lists" :depends-on ("macros")) (:file "seqs" :depends-on ("macros")) - (:file "io" :depends-on ("macros")) + (:file "io-openmcl" :depends-on ("macros")) + (:file "io" :depends-on ("macros" "io-openmcl")) (:file "console" :depends-on ("macros")) (:file "strings" :depends-on ("macros" "seqs")) (:file "strmatch" :depends-on ("strings"))