mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
s/init/init-7/
This commit is contained in:
parent
fe9d572406
commit
0e05ef80cc
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@
|
||||||
|
|
||||||
(define *modules*
|
(define *modules*
|
||||||
(list (cons '(scheme) (make-module #f (interaction-environment)
|
(list (cons '(scheme) (make-module #f (interaction-environment)
|
||||||
'((include "init.scm"))))
|
'((include "init-7.scm"))))
|
||||||
(cons '(meta) (make-module #f (current-environment) '()))
|
(cons '(meta) (make-module #f (current-environment) '()))
|
||||||
(cons '(srfi 0) (make-module (list 'cond-expand)
|
(cons '(srfi 0) (make-module (list 'cond-expand)
|
||||||
(current-environment)
|
(current-environment)
|
||||||
|
|
Loading…
Add table
Reference in a new issue