*** empty log message ***

original commit: 179761e324b74d01f959acff100de233675b0865
This commit is contained in:
Matthew Flatt 1997-12-05 20:00:06 +00:00
parent 7ae8e53e70
commit 01432f42bf

View File

@ -24,12 +24,17 @@
(fprintf (current-error-port) (fprintf (current-error-port)
"~astarting ~a at ~a~n" tab sym "~astarting ~a at ~a~n" tab sym
(current-process-milliseconds)) (current-process-milliseconds))
(begin0 (let ([s tab])
(loader) (dynamic-wind
(fprintf (current-error-port) (lambda () (set! tab (string-append " " tab)))
"~adone ~a at ~a~n" (lambda ()
tab sym (begin0
(current-process-milliseconds)))))))) (loader)
(fprintf (current-error-port)
"~adone ~a at ~a~n"
tab sym
(current-process-milliseconds))))
(lambda () (set! tab s)))))))))
(load filename))) (load filename)))
(lambda () (set! tab s)))) (lambda () (set! tab s))))
(fprintf (current-error-port) (fprintf (current-error-port)