mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
Revert "Honor '%fresh-auto-compile'."
This reverts commit 83d4c4d622
,
which came from a misunderstanding.
This commit is contained in:
parent
de7943a42b
commit
2245c67c37
2 changed files with 4 additions and 10 deletions
|
@ -3795,10 +3795,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