mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-03 19:26:36 +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;
|
||||
case 'q':
|
||||
init_context();
|
||||
mods_loaded = 1;
|
||||
if (! init_loaded++)
|
||||
sexp_load_standard_ports(ctx, env, stdin, stdout, stderr, 0);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue