From 6e862e08eb2705a00dfe1ffc041620d388fd5664 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 27 May 1992 02:09:00 +0000 Subject: [PATCH] Rename "binf" files to "inf" because of conflicts on the PC. --- v7/src/compiler/base/toplev.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/base/toplev.scm b/v7/src/compiler/base/toplev.scm index 8e8a86248..cebb2e646 100644 --- a/v7/src/compiler/base/toplev.scm +++ b/v7/src/compiler/base/toplev.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/toplev.scm,v 4.41 1992/05/26 20:12:48 mhwu Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/toplev.scm,v 4.42 1992/05/27 02:09:00 jinx Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -68,7 +68,7 @@ MIT in each case. |# (lambda (lap-output-port) (compile-scode/internal (compiler-fasload input-pathname) - (pathname-new-type output-pathname "binf") + (pathname-new-type output-pathname "inf") rtl-output-port lap-output-port))))))) unspecific) -- 2.25.1