X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;fp=uffi.asd;h=8d7d3f88f44b6bc8f2e20460b0988867e9ff4194;hb=b02eb3e0b313d3d9ae8cca38015b8c0a0d228456;hp=c31fafb882cf34d40ccb12e1d18d6edf51a4ee57;hpb=aeb5df2ee6102ef9854c1ae7376bedd092b1d506;p=uffi.git diff --git a/uffi.asd b/uffi.asd index c31fafb..8d7d3f8 100644 --- 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*)))