From f2943f3e0da0078bf959cb49cc99790869d73b0c Mon Sep 17 00:00:00 2001 From: Chris Hanson <org/chris-hanson/cph> Date: Mon, 2 Dec 1991 18:46:57 +0000 Subject: [PATCH] Change to match runtime 14.142. --- 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 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)) -- 2.25.1