r2927: Integrate Reini Urban's cormanlisp patches into main UFFI source
[uffi.git] / uffi.asd
index 76737d32bd9dd535b470652b18195e265890434a..7e475ce81f593c39d542cb4c9a74c9f89452ed9f 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.17 2002/09/30 10:02:36 kevin Exp $
+;;;; $Id: uffi.asd,v 1.18 2002/10/01 17:05:29 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -19,7 +19,7 @@
 (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
 (in-package :asdf)
 
-#+(or allegro lispworks cmu mcl)
+#+(or allegro lispworks cmu mcl cormanlisp)
 (defsystem uffi
   :name "cl-uffi"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
@@ -49,7 +49,7 @@
              ((:file "uffi-corman")))
      ))
 
-#+(or allegro lispworks cmu mcl)
+#+(or allegro lispworks cmu mcl cormanlisp)
 (when (ignore-errors (find-class 'load-compiled-op))
   (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :uffi))))
     (pushnew :uffi cl:*features*)))