X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;h=ed9244fb9c5d7592298f323ac77d62e446567c36;hb=ff389889ddc01f16206b043f1f6eb42b766b4f6f;hp=0e5c4b5ae7178406b9338e3990c4a6afb9c2c3c0;hpb=a77a3f28b733bb260a3c4dc8760d65da2d5c9e39;p=lml.git diff --git a/lml.asd b/lml.asd index 0e5c4b5..ed9244f 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.9 2002/09/20 06:37:38 kevin Exp $ +;;;; $Id: lml.asd,v 1.10 2002/09/30 10:26:43 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -39,9 +39,6 @@ (:file "downloads" :depends-on ("lml")) )) -(defmethod source-file-type ((c cl-source-file) (s (eql (find-system 'lml)))) - "cl") - (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :lml)))) (pushnew :lml cl:*features*)))