X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=kmrcl.asd;h=8fafc8aee70875f029aeec051425a69a772acd5b;hb=c61966ea4ea1f60f5d093c6112543fabed399b97;hp=607233c76103ecb5132841a7384c479a75076cc6;hpb=22d1e67006cc5f8ba1f668ec7f991df02e8bc570;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index 607233c..8fafc8a 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.33 2003/06/18 01:00:52 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -45,6 +45,7 @@ (:file "symbols" :depends-on ("macros")) (:file "datetime" :depends-on ("macros")) (:file "math" :depends-on ("macros")) + (:file "assoc" :depends-on ("macros")) #+kmr-mop (:file "mop" :depends-on ("macros")) #+kmr-mop (:file "attrib-class" :depends-on ("seqs" "mop")) (:file "equal" :depends-on ("macros" #+kmr-mop "mop"))