From 7646d3f762e674ec8b54c8478e111a7f6f5810cd Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 28 Aug 2002 03:29:01 +0000 Subject: [PATCH] r2430: *** empty log message *** --- uffi.asd | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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" -- 2.34.1