Rename "binf" files to "inf" because of conflicts on the PC.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 27 May 1992 02:09:00 +0000 (02:09 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 27 May 1992 02:09:00 +0000 (02:09 +0000)
v7/src/compiler/base/toplev.scm

index 8e8a862482f65a3d3888c547a067753aa91f7159..cebb2e6469cfcb6e44d282664dd9657a2778fbc7 100644 (file)
@@ -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)