From fdc478e95eb5599d3061435290a52afdaf3b9ac1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 14 Oct 2002 09:40:46 +0000 Subject: [PATCH] r3017: *** empty log message *** --- debian/changelog | 6 ++++++ kmrcl.asd | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5703dd9..50108d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.8-1) unstable; urgency=low + + * ml-class.lisp: Add support for openmcl + + -- Kevin M. Rosenberg Mon, 14 Oct 2002 03:35:34 -0600 + cl-kmrcl (1.7-1) unstable; urgency=low * Push :kmrcl onto features diff --git a/kmrcl.asd b/kmrcl.asd index 246ef0e..5a551b9 100644 --- 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")) )) -- 2.34.1