provide initial raw-script-file definition in meta-7.scm

Closes #916
This commit is contained in:
Alex Shinn 2023-05-09 06:50:03 +09:00
parent 58a79b09d0
commit 870e484b50

View file

@ -443,6 +443,9 @@
(else
(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
;; as the (chibi) module
(define *chibi-env*