From 426d16412f6008c667d54bda7006accc55a1c42f Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 12 Aug 1992 09:31:41 +0000 Subject: [PATCH] Add missing field to the unimplemented host type. --- v7/src/runtime/pathnm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/pathnm.scm b/v7/src/runtime/pathnm.scm index 79a03fb1e..e252a8c23 100644 --- a/v7/src/runtime/pathnm.scm +++ b/v7/src/runtime/pathnm.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/pathnm.scm,v 14.21 1992/08/12 08:50:05 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/pathnm.scm,v 14.22 1992/08/12 09:31:41 jinx Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -586,7 +586,7 @@ these rules: (make-host-type index name fail fail fail fail fail fail fail fail fail fail - fail))) + fail fail))) (define available-host-types '()) -- 2.25.1