X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=4351f112507f9b7f4b866d29b636bd701036c677;hb=0866fba9e22be18d536c8c94ae1f17e6f0f55f86;hp=19fe091abd1239d45a0685ac0a7fddaf39817c67;hpb=a287b1a6782d53c22fc1807e44aae62fb7094bc5;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index 19fe091..4351f11 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.31 2003/06/12 02:38:39 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.35 2003/06/20 08:35:21 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -32,13 +32,14 @@ :components ((:file "package") + (:file "ifstar" :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 "console" :depends-on ("macros")) - (:file "strings" :depends-on ("macros")) + (:file "strings" :depends-on ("macros" "seqs")) (:file "buff-input" :depends-on ("macros")) (:file "telnet-server" :depends-on ("macros")) (:file "random" :depends-on ("macros"))