From: Guillermo J. Rozas Date: Wed, 27 May 1992 02:09:00 +0000 (+0000) Subject: Rename "binf" files to "inf" because of conflicts on the PC. X-Git-Tag: 20090517-FFI~9344 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6e862e08eb2705a00dfe1ffc041620d388fd5664;p=mit-scheme.git Rename "binf" files to "inf" because of conflicts on the PC. --- 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)