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:
parent
d01e0b084e
commit
a1793bc904
2 changed files with 5 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue