r5411: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 30 Jul 2003 23:02:53 +0000 (23:02 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 30 Jul 2003 23:02:53 +0000 (23:02 +0000)
kmrcl.asd

index e62e5c9f10518124e69fffdb9656a5511294de6c..fcb76389f626b7f3b01c08f92c0034975c0c9fe6 100644 (file)
--- a/kmrcl.asd
+++ b/kmrcl.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: kmrcl.asd,v 1.44 2003/07/30 23:01:46 kevin Exp $
+;;;; $Id: kmrcl.asd,v 1.45 2003/07/30 23:02:53 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -37,8 +37,8 @@
      (:file "functions" :depends-on ("macros"))
      (:file "lists" :depends-on ("macros"))
      (:file "seqs" :depends-on ("macros"))
-     (:file "io-openmcl" :depends-on ("macros"))
-     (:file "io" :depends-on ("macros" "io-openmcl"))
+     #+openmcl (:file "io-openmcl" :depends-on ("macros"))
+     (:file "io" :depends-on ("macros" #+openmcl "io-openmcl"))
      (:file "console" :depends-on ("macros"))
      (:file "strings" :depends-on ("macros" "seqs"))
      (:file "strmatch" :depends-on ("strings"))