mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
Fixing only/except/rename modified importing from (chibi repl).
This commit is contained in:
parent
a991cedec4
commit
cd708b9f90
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
env))
|
env))
|
||||||
(imp-env
|
(imp-env
|
||||||
(vector-ref
|
(vector-ref
|
||||||
(eval `(load-module ',mod-name) meta-env)
|
(eval `(load-module ',(car mod+imps)) meta-env)
|
||||||
1)))
|
1)))
|
||||||
(%import env imp-env (cdr mod+imps) #f)
|
(%import env imp-env (cdr mod+imps) #f)
|
||||||
(continue module env meta-env))
|
(continue module env meta-env))
|
||||||
|
|
Loading…
Add table
Reference in a new issue