add newline to (import-notify) message in compile-whole-library and compile-whole-program

original commit: 3d6d526a77da70d47ddbef7105709bd720ca1fc0
This commit is contained in:
Oscar Waddell 2018-04-05 14:11:11 -04:00
parent 528e055466
commit cd2dc690b0
2 changed files with 4 additions and 1 deletions

3
LOG
View File

@ -921,3 +921,6 @@
c/Mf-a6osx, c/Mf-i3osx, c/Mf-ta6osx, c/Mf-ti3osx
- handle compiled library code in boot files once base boot is loaded
globals.h, scheme.c, 7.ss, 7.ms, primdata.ss
- add newline to (import-notify) message in compile-whole-library and
compile-whole-program
compile.ss

View File

@ -819,7 +819,7 @@
(begin
(when (and src-path (time<? (file-modification-time lib-path) (file-modification-time src-path)))
(warningf who "~a file ~a is older than source file ~a" what lib-path src-path))
(when (import-notify) (fprintf (console-output-port) "reading ~a" lib-path))
(when (import-notify) (fprintf (console-output-port) "reading ~a\n" lib-path))
lib-path))))))
(define build-graph