mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +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*
|
||||
(list (cons '(scheme) (make-module #f (interaction-environment)
|
||||
'((include "init.scm"))))
|
||||
'((include "init-7.scm"))))
|
||||
(cons '(meta) (make-module #f (current-environment) '()))
|
||||
(cons '(srfi 0) (make-module (list 'cond-expand)
|
||||
(current-environment)
|
||||
|
|
Loading…
Add table
Reference in a new issue