Add missing field to the unimplemented host type.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 12 Aug 1992 09:31:41 +0000 (09:31 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 12 Aug 1992 09:31:41 +0000 (09:31 +0000)
v7/src/runtime/pathnm.scm

index 79a03fb1edb1776cafd024cb82c676e6f1d6049b..e252a8c23989fab4c84a23b95517b319437f8a51 100644 (file)
@@ -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
   '())