From 2b7f11038d88180777d7c6ac9a02f26c020c2c0d 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 ++++++ hyperobject.asd | 8 +------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7415ce1..4238430 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-hyperobject (1.2.4-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:38:56 -0700 + cl-hyperobject (1.2.3-1) unstable; urgency=low * Add README file diff --git a/hyperobject.asd b/hyperobject.asd index b75e9a7..0aa4ef8 100644 --- a/hyperobject.asd +++ b/hyperobject.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: hyperobject.asd,v 1.2 2002/11/03 20:10:48 kevin Exp $ +;;;; $Id: hyperobject.asd,v 1.3 2002/11/08 16:51:40 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -24,9 +24,3 @@ :depends-on (:kmrcl)) -#+(or allegro lispworks cmu sbcl scl) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) - (c (eql (find-system :hyperobject)))) - (pushnew :hyperobject cl:*features*))) - -- 2.34.1