From: Chris Hanson Date: Mon, 2 Dec 1991 18:46:57 +0000 (+0000) Subject: Change to match runtime 14.142. X-Git-Tag: 20090517-FFI~10039 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f2943f3e0da0078bf959cb49cc99790869d73b0c;p=mit-scheme.git Change to match runtime 14.142. --- diff --git a/v7/src/compiler/base/toplev.scm b/v7/src/compiler/base/toplev.scm index bcc21c297..ebe636748 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.36 1991/11/04 20:35:36 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/toplev.scm,v 4.37 1991/12/02 18:46:57 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -156,7 +156,7 @@ MIT in each case. |# (compile-bin-file input output)))))) (define (compiler:batch-error-handler condition) - (let ((port (nearest-cmdl/output-port))) + (let ((port (nearest-cmdl/port))) (newline port) (write-condition-report condition port)) (compiler:abort false))