From: Kevin M. Rosenberg Date: Wed, 28 Aug 2002 03:29:01 +0000 (+0000) Subject: r2430: *** empty log message *** X-Git-Tag: v1.6.1~322 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=7646d3f762e674ec8b54c8478e111a7f6f5810cd r2430: *** empty log message *** --- diff --git a/uffi.asd b/uffi.asd index 4ef2cca..48346e5 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.6 2002/08/26 11:39:53 kevin Exp $ +;;;; $Id: uffi.asd,v 1.7 2002/08/28 03:29:01 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -36,9 +36,11 @@ #-common-lisp-controller "uffi" "Logical hostname for loading system") -(defclass uffi-cl-source-file (cl-source-file) ()) -(defmethod source-file-type ((c uffi-cl-source-file) (s module)) - "cl") +(defmethod source-file-type ((c cl-source-file) (s (eql (find-system 'uffi)))) + "cl") + +;(defclass uffi-cl-source-file (cl-source-file) ()) +;(defmethod source-file-type ((c uffi-cl-source-file) (s module)) "cl") (defsystem uffi :name "cl-uffi"