r4081: Auto commit for Debian build
[uffi.git] / uffi.asd
index c31fafb882cf34d40ccb12e1d18d6edf51a4ee57..d48db112581f89d9acd7f4c11b5f0d5f0ee6e5aa 100644 (file)
--- 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.22 2003/02/19 21:56:22 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
             (:file "functions" :depends-on ("primitives"))
             (:file "libraries" :depends-on ("package"))
             (:file "os" :depends-on ("package"))))
-     #+cormanlisp
-     (:module :src-corman
-             :components
-             ((: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*)))