From 870e484b5048257da318f40bbc94c089cd858db5 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Tue, 9 May 2023 06:50:03 +0900 Subject: [PATCH] provide initial raw-script-file definition in meta-7.scm Closes #916 --- lib/meta-7.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/meta-7.scm b/lib/meta-7.scm index de5f4c63..2851bdf1 100644 --- a/lib/meta-7.scm +++ b/lib/meta-7.scm @@ -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*