From a3cb05f738a7d86cf2dcdc43230f88e36efeb2d1 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 29 Nov 1993 19:04:31 +0000 Subject: [PATCH] Fix minor bug. --- 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 e7a704471..f9d4beccd 100644 --- a/v7/src/compiler/base/toplev.scm +++ b/v7/src/compiler/base/toplev.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: toplev.scm,v 4.49 1993/11/29 18:38:35 gjr Exp $ +$Id: toplev.scm,v 4.50 1993/11/29 19:04:31 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -161,7 +161,7 @@ MIT in each case. |# (compile-scode/internal/hook (lambda () (compile-scode/internal scode - keep-debugging-info?))))) + *info-output-filename*))))) (define (compiler:batch-compile input #!optional output) (fluid-let ((compiler:batch-mode? true)) -- 2.25.1