mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 11:46:37 +02:00
-q implies modules are loaded
This commit is contained in:
parent
88b84d5232
commit
6bcfd141be
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -367,6 +367,7 @@ void run_main (int argc, char **argv) {
|
||||||
break;
|
break;
|
||||||
case 'q':
|
case 'q':
|
||||||
init_context();
|
init_context();
|
||||||
|
mods_loaded = 1;
|
||||||
if (! init_loaded++)
|
if (! init_loaded++)
|
||||||
sexp_load_standard_ports(ctx, env, stdin, stdout, stderr, 0);
|
sexp_load_standard_ports(ctx, env, stdin, stdout, stderr, 0);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue