From: Kevin M. Rosenberg Date: Fri, 8 Nov 2002 16:51:50 +0000 (+0000) Subject: r3357: remove load-compile-op from .asd file X-Git-Tag: v2.5.5~131 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=b0a23d5a57b8cb782e0784941e59f90826d16c29 r3357: remove load-compile-op from .asd file --- diff --git a/debian/changelog b/debian/changelog index 1ec2db1..2e17d99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml (1.7.2-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:48:34 -0700 + cl-lml (1.7.1-1) unstable; urgency=medium * download.lisp: Fix bug in strip-ftp-base diff --git a/lml.asd b/lml.asd index ed9244f..0304634 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.10 2002/09/30 10:26:43 kevin Exp $ +;;;; $Id: lml.asd,v 1.11 2002/11/08 16:51:40 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -39,6 +39,3 @@ (:file "downloads" :depends-on ("lml")) )) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :lml)))) - (pushnew :lml cl:*features*)))