From: Guillermo J. Rozas Date: Sun, 21 May 1989 02:38:50 +0000 (+0000) Subject: Eliminate double fasdump in cross-compile-bin-file-end. X-Git-Tag: 20090517-FFI~12065 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0803362408d45d62a265524f11b776e73cf05763;p=mit-scheme.git Eliminate double fasdump in cross-compile-bin-file-end. --- diff --git a/v7/src/compiler/base/crstop.scm b/v7/src/compiler/base/crstop.scm index 50df4c051..0f735a023 100644 --- a/v7/src/compiler/base/crstop.scm +++ b/v7/src/compiler/base/crstop.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/crstop.scm,v 1.1 1989/05/17 20:44:27 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/crstop.scm,v 1.2 1989/05/21 02:38:50 jinx Exp $ $MC68020-Header: toplev.scm,v 4.16 89/04/26 05:09:52 GMT cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -73,8 +73,7 @@ MIT in each case. |# (and (not (default-object? output-string)) output-string) (make-pathname false false false false "bits.x" 'NEWEST) (lambda (input-pathname output-pathname) - (fasdump (cross-compile-scode-end (compiler-fasload input-pathname)) - output-pathname)))) + (cross-compile-scode-end (compiler-fasload input-pathname))))) (define (cross-compile-scode-end cross-compilation) (in-compiler