uffi uffi.asd,1.20,1.21

[email protected] Fri, 8 Nov 2002 09:51:52 -0700
Newsgroups gmane.lisp.uffi.cvs
Message-ID <[email protected]>
Update of /pubcvs/uffi
In directory boa.b9.com:/tmp/cvs-serv6694/uffi

Modified Files:
	uffi.asd 
Log Message:
remove load-compile-op from .asd file


Index: uffi.asd
===================================================================
RCS file: /pubcvs/uffi/uffi.asd,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** uffi.asd	16 Oct 2002 11:56:43 -0000	1.20
--- uffi.asd	8 Nov 2002 16:51:50 -0000	1.21
***************
*** 51,56 ****
       ))
  
- #+(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*)))
--- 51,52 ----