mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
parent
58a79b09d0
commit
870e484b50
1 changed files with 3 additions and 0 deletions
|
@ -443,6 +443,9 @@
|
||||||
(else
|
(else
|
||||||
(error "couldn't find module" (car ls))))))))))))
|
(error "couldn't find module" (car ls))))))))))))
|
||||||
|
|
||||||
|
;; This will be redefined in main.c.
|
||||||
|
(define raw-script-file #f)
|
||||||
|
|
||||||
;; capture a static copy of the current environment to serve
|
;; capture a static copy of the current environment to serve
|
||||||
;; as the (chibi) module
|
;; as the (chibi) module
|
||||||
(define *chibi-env*
|
(define *chibi-env*
|
||||||
|
|
Loading…
Add table
Reference in a new issue