From: Guillermo J. Rozas Date: Mon, 29 Nov 1993 19:04:31 +0000 (+0000) Subject: Fix minor bug. X-Git-Tag: 20090517-FFI~7420 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a3cb05f738a7d86cf2dcdc43230f88e36efeb2d1;p=mit-scheme.git Fix minor bug. --- 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))