r3357: remove load-compile-op from .asd file
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
debian/changelog
uffi.asd

index 94951a205fbadf6d11c276f213e2e943c8f579d8..40fd09831becb8e02f539e0f3c42513655fbd3ad 100644 (file)
@@ -1,3 +1,9 @@
+cl-uffi (1.1.1-1) unstable; urgency=low
+
+  * Remove 'load-compiled-op from .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:49:49 -0700
+
 cl-uffi (1.1.0-1) unstable; urgency=low
 
   * Add SCL support.
index c31fafb882cf34d40ccb12e1d18d6edf51a4ee57..8d7d3f88f44b6bc8f2e20460b0988867e9ff4194 100644 (file)
--- 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*)))