1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 00:30:21 +02:00

Merge until 83d4c4d622 from stable-2.2

This commit is contained in:
Andy Wingo 2017-11-29 21:12:28 +01:00
commit b6762f5f7e
2 changed files with 11 additions and 5 deletions

View file

@ -3804,7 +3804,10 @@ when none is available, reading FILE-NAME with READER."
scmstat
go-file-name))))))
(let ((compiled (and scmstat (or (pre-compiled) (fallback)))))
(let ((compiled (and scmstat
(or (and (not %fresh-auto-compile)
(pre-compiled))
(fallback)))))
(if compiled
(begin
(if %load-hook