r3017: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 14 Oct 2002 09:40:46 +0000 (09:40 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 14 Oct 2002 09:40:46 +0000 (09:40 +0000)
debian/changelog
kmrcl.asd

index 5703dd9b99099bb9c6afbd5a5a4aca31e7e304ec..50108d9b8b3eb332d220abf5bcdbfb7917530867 100644 (file)
@@ -1,3 +1,9 @@
+cl-kmrcl (1.8-1) unstable; urgency=low
+
+  * ml-class.lisp: Add support for openmcl
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Oct 2002 03:35:34 -0600
+
 cl-kmrcl (1.7-1) unstable; urgency=low
 
   * Push :kmrcl onto features
index 246ef0ea6f2521d740457cf52831c48c137afa46..5a551b928b87f5b7912873a150d13d3805cc8942 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.8 2002/10/14 07:07:30 kevin Exp $
+;;;; $Id: kmrcl.asd,v 1.9 2002/10/14 09:40:46 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -40,8 +40,7 @@
      
      (:file "web-utils" :depends-on ("package"))
      (:file "xml-utils" :depends-on ("package"))
-     #+(or allegro lispworks cmu sbcl) (:file "ml-class" :depends-on ("strings" "genutils"))
-     #+ignore (:file "ml" :depends-on ("strings" "genutils"))
+     #+(or allegro lispworks cmu sbcl openmcl) (:file "ml-class" :depends-on ("strings" "genutils"))
      #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("strings" "genutils"))
      ))