From b83e11568554b44f6ef128655db363d180eb58c0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 8 Nov 2002 16:51:50 +0000 Subject: [PATCH] r3357: remove load-compile-op from .asd file --- debian/changelog | 6 ++++++ pubmed.asd | 10 +++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 20f2cad..02142ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-pubmed (2.0.1-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:44:18 -0700 + cl-pubmed (2.0-1) unstable; urgency=low * Rename classes and accessors to be more friendly for importing into diff --git a/pubmed.asd b/pubmed.asd index c50d5d8..07dfdab 100644 --- a/pubmed.asd +++ b/pubmed.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: pubmed.asd,v 1.2 2002/10/31 01:54:12 kevin Exp $ +;;;; $Id: pubmed.asd,v 1.3 2002/11/08 16:51:40 kevin Exp $ ;;;; ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,7 +22,7 @@ #+(and allegro (not common-lisp-controller)) (require :aserve) ;; only define system on implementations that aserve is available -#+(or allegro lispworks cmucl mcl openmcl) +#+(or allegro lispworks cmucl mcl openmcl scl clisp) (defsystem :pubmed :name "cl-pubmed" :author "Kevin M. Rosenberg " @@ -39,9 +39,5 @@ :depends-on (:kmrcl #-allegro :aserve)) -;; only define system on implementations that aserve is available -#+(or allegro lispworks cmucl mcl openmcl) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :pubmed)))) - (pushnew :pubmed cl:*features*))) + -- 2.34.1