X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=pipes.asd;fp=pipes.asd;h=09c7be52e84c17fd21b9798ff20656bccf114b26;hb=47ce7b6ab97b1e6ca2c8ff6bcba47fd9796f318f;hp=da527cd2ebdee01d6eabdb082d454b24d48575ec;hpb=eaad3792a9bf28ec7bfe579f9f0955d213e014f0;p=pipes.git diff --git a/pipes.asd b/pipes.asd index da527cd..09c7be5 100644 --- a/pipes.asd +++ b/pipes.asd @@ -7,13 +7,9 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: pipes.asd,v 1.1 2002/11/02 17:49:10 kevin Exp $ +;;;; $Id: pipes.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $ ;;;; ;;;; This file, part of PIPES, is Copyright (c) 2002 by Kevin M. Rosenberg -;;;; -;;;; PIPES users are granted the rights to distribute and use this software -;;;; as governed by the terms of the Lisp Lesser GNU Public License -;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* #+allegro (require :pxml) @@ -30,7 +26,3 @@ (:file "pipes" :depends-on ("package")))) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :pipes)))) - (pushnew :pipes cl:*features*))) -