r2842: *** empty log message ***
[uffi.git] / uffi.asd
index 58d028981bb8bf34f11675146d69df28d62a186c..a3735710466c30ef469b2a66e011a0af8eaf9a03 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.14 2002/09/20 05:38:01 kevin Exp $
+;;;; $Id: uffi.asd,v 1.15 2002/09/25 12:44:59 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -19,6 +19,7 @@
 (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
 (in-package :asdf)
 
+#+(or allegro lispworks cmu openmcl mcl)
 (defsystem uffi
   :name "cl-uffi"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
      ))
 
 
-(defmethod source-file-type  ((c cl-source-file) (s (eql (find-system :uffi)))) 
+#+(or allegro lispworks cmu openmcl mcl)
+(defmethod source-file-type ((c cl-source-file) (s (eql (find-system :uffi)))) 
    "cl")
 
+#+(or allegro lispworks cmu openmcl mcl)
 (when (ignore-errors (find-class 'load-compiled-op))
   (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :uffi))))
     (pushnew :uffi cl:*features*)))