#| -*-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
(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))))
#| -*-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
file-namestring
file-pathname
host-namestring
+ host/type-name
host=?
host?
init-file-pathname