1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00

Revert "Honor '%fresh-auto-compile'."

This reverts commit 83d4c4d622,
which came from a misunderstanding.
This commit is contained in:
Ludovic Courtès 2018-01-15 23:17:24 +01:00
parent d01e0b084e
commit a1793bc904
2 changed files with 5 additions and 11 deletions

View file

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