X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=4351f112507f9b7f4b866d29b636bd701036c677;hb=7c7e6a18fd67e5370fd78690da2642cbe79e4113;hp=607233c76103ecb5132841a7384c479a75076cc6;hpb=4ff29163b47297935f50ad17f2bf908567beee9e;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index 607233c..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.32 2003/06/17 06:18:09 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,6 +32,7 @@ :components ((:file "package") + (:file "ifstar" :depends-on ("package")) (:file "macros" :depends-on ("package")) (:file "functions" :depends-on ("macros")) (:file "lists" :depends-on ("macros"))