*** 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)
"~astarting ~a at ~a~n" tab sym
(current-process-milliseconds))
(begin0
(loader)
(fprintf (current-error-port)
"~adone ~a at ~a~n"
tab sym
(current-process-milliseconds))))))))
(let ([s tab])
(dynamic-wind
(lambda () (set! tab (string-append " " tab)))
(lambda ()
(begin0
(loader)
(fprintf (current-error-port)
"~adone ~a at ~a~n"
tab sym
(current-process-milliseconds))))
(lambda () (set! tab s)))))))))
(load filename)))
(lambda () (set! tab s))))
(fprintf (current-error-port)