From 8e1e9fe9c4b29ed0bb5a8f340b2eb583144bb905 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 ++++++ kmrcl.asd | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 07e1da5..d2fe268 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.20.2-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:41:22 -0700 + cl-kmrcl (1.20.1-1) unstable; urgency=low * Add with-each-file-line & with-each-stream-line to export list, fix diff --git a/kmrcl.asd b/kmrcl.asd index cc98090..5e9f1e4 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.20 2002/11/08 06:43:34 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.21 2002/11/08 16:51:40 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -44,7 +44,5 @@ #+(and common-lisp-controller (or cmu lispworks mcl)) (:aserve) ) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :kmrcl)))) - (pushnew :kmrcl cl:*features*))) + -- 2.34.1