mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
Removing the deprecated (scheme) module.
This commit is contained in:
parent
86d9957ae9
commit
5e4c6a8848
1 changed files with 0 additions and 2 deletions
|
@ -319,8 +319,6 @@
|
|||
(make-module #f (interaction-environment) '((include "init-7.scm"))))
|
||||
(cons '(chibi primitive)
|
||||
(make-module #f #f (lambda (env) (primitive-environment 7))))
|
||||
(cons '(scheme)
|
||||
(make-module #f (interaction-environment) '()))
|
||||
(cons '(meta)
|
||||
(make-module #f (current-environment) '()))
|
||||
(cons '(srfi 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue