will allow runtime system to use these descriptors on operating
systems other than the one on which the code is compiled.
#| -*-Scheme-*-
-$Id: toplev.scm,v 4.56 1999/03/04 05:54:06 cph Exp $
+$Id: toplev.scm,v 4.57 1999/03/04 06:08:04 cph Exp $
Copyright (c) 1988-1999 Massachusetts Institute of Technology
(wrapper
(if (default-object? wrapper) in-compiler wrapper)))
(fluid-let ((*info-output-filename*
- (if (string? info-output-pathname)
- (->pathname info-output-pathname)
+ (if (pathname? info-output-pathname)
+ info-output-pathname
*info-output-filename*))
(*rtl-output-port* rtl-output-port)
(*lap-output-port* lap-output-port)