From da7c2a0e0891aa98ce84be2cfce1faa0b8c40770 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 26 Aug 2002 11:39:53 +0000 Subject: [PATCH] r2426: *** empty log message *** --- uffi.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uffi.asd b/uffi.asd index 7e22276..4ef2cca 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.5 2002/08/23 19:29:06 kevin Exp $ +;;;; $Id: uffi.asd,v 1.6 2002/08/26 11:39:53 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -52,7 +52,7 @@ :default-component-class uffi-cl-source-file :pathname #-mcl #.(format nil "~A:uffi;" +uffi-logical-host+) - #+mcl #.(format nil "~A:uffi;mcl;" +uffi-logical-host+) + #+mcl #.(format nil "~A:uffi;mcl;" +uffi-logical-host+) :perform (load-op :after (op uffi) (pushnew :uffi cl:*features*)) :components -- 2.34.1