From b02eb3e0b313d3d9ae8cca38015b8c0a0d228456 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 ++++++ uffi.asd | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 94951a2..40fd098 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (1.1.1-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:49:49 -0700 + cl-uffi (1.1.0-1) unstable; urgency=low * Add SCL support. diff --git a/uffi.asd b/uffi.asd index c31fafb..8d7d3f8 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.20 2002/10/16 11:56:43 kevin Exp $ +;;;; $Id: uffi.asd,v 1.21 2002/11/08 16:51:50 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -50,7 +50,3 @@ ((:file "uffi-corman"))) )) -#+(or allegro lispworks cmu mcl cormanlisp sbcl scl) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :uffi)))) - (pushnew :uffi cl:*features*))) -- 2.34.1