From 468c6068db2400ed2f5ed9c42f08448684f49cec 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 ++++++ umlisp.asd | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index a78249a..6ef75d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-umlisp (1.3.1-1) unstable; urgency=low + + * Remove 'load-compiled-op from changelog + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:40:01 -0700 + cl-umlisp (1.3-1) unstable; urgency=low * Add map-ucon-all function diff --git a/umlisp.asd b/umlisp.asd index 29e1e58..6766a0b 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: umlisp.asd,v 1.10 2002/11/03 20:10:11 kevin Exp $ +;;;; $Id: umlisp.asd,v 1.11 2002/11/08 16:51:40 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -41,7 +41,3 @@ :kmrcl :hyperobject)) -#+(or allegro lispworks cmu sbcl openmcl) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :umlisp)))) - (pushnew :umlisp cl:*features*))) -- 2.34.1