Define procedure HOST/TYPE-NAME.
authorChris Hanson <org/chris-hanson/cph>
Wed, 5 Jul 2000 18:27:33 +0000 (18:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 5 Jul 2000 18:27:33 +0000 (18:27 +0000)
v7/src/runtime/pathnm.scm
v7/src/runtime/runtime.pkg

index 6bc09e96bac65dd99d9dbf1eee2c41e31fbb7403..2f6de22ac36daa85e409106fe512c4c1760c2595 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: pathnm.scm,v 14.32 1999/01/02 06:11:34 cph Exp $
+$Id: pathnm.scm,v 14.33 2000/07/05 18:27:24 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
@@ -458,6 +458,9 @@ these rules:
 (define (host/type host)
   (vector-ref host-types (host/type-index host)))
 
+(define (host/type-name host)
+  (host-type/name (host/type host)))
+
 (define (host=? x y)
   (and (= (host/type-index x) (host/type-index y))
        (equal? (host/name x) (host/name y))))
index bf4807defbec0367e3fd9bd0875a0263c55a823c..a646ab4584d7e60f9d17e343004a12f08b5aa0e8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.354 2000/06/26 22:12:59 cph Exp $
+$Id: runtime.pkg,v 14.355 2000/07/05 18:27:33 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -1715,6 +1715,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
          file-namestring
          file-pathname
          host-namestring
+         host/type-name
          host=?
          host?
          init-file-pathname