fix enter!
svn: r8757
This commit is contained in:
parent
a8e07cded2
commit
5427d8c546
|
@ -68,9 +68,8 @@
|
||||||
;; Record module timestamp and dependencies:
|
;; Record module timestamp and dependencies:
|
||||||
(let ([mod (make-mod name
|
(let ([mod (make-mod name
|
||||||
(get-timestamp path)
|
(get-timestamp path)
|
||||||
(call-with-values
|
(apply append
|
||||||
(lambda () (module-compiled-imports code))
|
(map cdr (module-compiled-imports code))))])
|
||||||
append))])
|
|
||||||
(hash-table-put! loaded path mod))
|
(hash-table-put! loaded path mod))
|
||||||
;; Evaluate the module:
|
;; Evaluate the module:
|
||||||
(eval code))
|
(eval code))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user