X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=607233c76103ecb5132841a7384c479a75076cc6;hp=19fe091abd1239d45a0685ac0a7fddaf39817c67;hb=4ff29163b47297935f50ad17f2bf908567beee9e;hpb=a42d0a5a2163c47e869d69b5fceb50be914e5fe1 diff --git a/kmrcl.asd b/kmrcl.asd index 19fe091..607233c 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.32 2003/06/17 06:18:09 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -38,7 +38,7 @@ (: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"))