Eliminate unreferenced variable warning caused by last edit.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 21 May 1989 02:40:17 +0000 (02:40 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 21 May 1989 02:40:17 +0000 (02:40 +0000)
v7/src/compiler/base/crstop.scm

index 0f735a023c8c71475018db1fd5ca7f2f511bfdfc..9e695ee05607b8cd3beaed0fc2f70cd63b46894e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/crstop.scm,v 1.2 1989/05/21 02:38:50 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/crstop.scm,v 1.3 1989/05/21 02:40:17 jinx Rel $
 $MC68020-Header: toplev.scm,v 4.16 89/04/26 05:09:52 GMT cph Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
@@ -73,6 +73,7 @@ MIT in each case. |#
    (and (not (default-object? output-string)) output-string)
    (make-pathname false false false false "bits.x" 'NEWEST)
    (lambda (input-pathname output-pathname)
+     output-pathname                   ; ignored
      (cross-compile-scode-end (compiler-fasload input-pathname)))))
 
 (define (cross-compile-scode-end cross-compilation)