Fix minor bug.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 29 Nov 1993 19:04:31 +0000 (19:04 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 29 Nov 1993 19:04:31 +0000 (19:04 +0000)
v7/src/compiler/base/toplev.scm

index e7a70447173699dd7520cbd26cf87f55b3b658c7..f9d4beccd135c3409f70a3f3d7d2b546f0c19ece 100644 (file)
@@ -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))