mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
Removing unintentional disabling of Scheme load in main.
This commit is contained in:
parent
d7db3effa8
commit
3cecf4e400
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -494,7 +494,7 @@ void run_main (int argc, char **argv) {
|
|||
/* load the script */
|
||||
sexp_context_tracep(ctx) = 1;
|
||||
tmp = sexp_env_bindings(env);
|
||||
#if 0 /* SEXP_USE_MODULES */
|
||||
#if SEXP_USE_MODULES
|
||||
/* use scheme load if possible for better stack traces */
|
||||
sym = sexp_intern(ctx, "load", -1);
|
||||
tmp = sexp_env_ref(sexp_global(ctx, SEXP_G_META_ENV), sym, SEXP_FALSE);
|
||||
|
|
Loading…
Add table
Reference in a new issue