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
umlisp.asd

index a78249a467478e3060c737b67162b935daaf836f..6ef75d3483d142a2a354535f8b2a7973bf3e5825 100644 (file)
@@ -1,3 +1,9 @@
+cl-umlisp (1.3.1-1) unstable; urgency=low
+
+  * Remove 'load-compiled-op from changelog
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:40:01 -0700
+
 cl-umlisp (1.3-1) unstable; urgency=low
 
   * Add map-ucon-all function
index 29e1e5829996cdcfeb533dfaf70117e3437cef89..6766a0b9ed31a2056e8fcb957ffb17677e43447a 100644 (file)
@@ -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*)))