mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-11 23:17:34 +02:00
all imports are immutable
This commit is contained in:
parent
e633c3dfbd
commit
0ad4d2ff63
1 changed files with 1 additions and 2 deletions
|
@ -110,8 +110,7 @@
|
|||
(lambda (m)
|
||||
(let* ((mod2-name+imports (resolve-import m))
|
||||
(mod2 (load-module (car mod2-name+imports))))
|
||||
(%env-copy! env (module-env mod2) (cdr mod2-name+imports)
|
||||
(eq? (car x) 'import-immutable))))
|
||||
(%env-copy! env (module-env mod2) (cdr mod2-name+imports) #t)))
|
||||
(cdr x)))))
|
||||
(module-meta-data mod))
|
||||
(for-each
|
||||
|
|
Loading…
Add table
Reference in a new issue