X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=fa298022bf550da93778fbab489ef246df0b9bd2;hp=ec8b2970e191ebda04df674c2df6cec00521479d;hb=7367c68a5daa2ef45c7adf1f4097596f84f5e4dd;hpb=64c1c09e57f627046cec4d5f20b9b4b953307235 diff --git a/kmrcl.asd b/kmrcl.asd index ec8b297..fa29802 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.48 2003/08/02 22:19:37 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -38,7 +38,8 @@ (:file "functions" :depends-on ("macros")) (:file "lists" :depends-on ("macros")) (:file "seqs" :depends-on ("macros")) - (:file "io" :depends-on ("macros")) + (:file "impl" :depends-on ("macros")) + (:file "io" :depends-on ("macros" "impl")) (:file "console" :depends-on ("macros")) (:file "strings" :depends-on ("macros" "seqs")) (:file "strmatch" :depends-on ("strings")) @@ -61,5 +62,5 @@ (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl)))) (operate 'load-op 'kmrcl-tests) - (operate 'test-op 'kmrcl-tests)) + (operate 'test-op 'kmrcl-tests :force t))