r1778: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 9 Apr 2002 20:06:37 +0000 (20:06 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 9 Apr 2002 20:06:37 +0000 (20:06 +0000)
set-logical.cl
uffi.system

index 04b2fa53e8ed6e16628ba701af6f5f991979ef48..4990e7dd5d6f58fccca36b5533f27f56a864b2a5 100644 (file)
@@ -38,7 +38,7 @@
     #+cormanlisp "corman"
     #+mcl "mcl"
     #+openmcl "openmcl"
-    #-(or allegro lispworks clisp cmu sbcl corman mcl openmcl) "unknown")
+    #-(or allegro lispworks clisp cmu sbcl cormanlisp mcl openmcl) "unknown")
 
 (defun set-logical-host-for-pathname (host base-pathname)
   (setf (logical-pathname-translations host)
index a1921757531691551f74e92717182be7ac197592..5ccaba482bfdad0eea7e62040279ac3be9f82d76 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: uffi.system,v 1.13 2002/04/09 20:05:42 kevin Exp $
+;;;; $Id: uffi.system,v 1.14 2002/04/09 20:06:18 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -31,8 +31,8 @@
                                 '(:relative "src")
                                 #+mcl
                                 '(:relative "src" "mcl")
-                                #+corman
-                                '(:relative "src" "cormanlisp")
+                                #+cormanlisp
+                                '(:relative "src" "corman")
                                 )
                                *load-truename*))