mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-14 00:17:33 +02:00
forgot the return value
This commit is contained in:
parent
84404ac54a
commit
f2fb277eab
1 changed files with 1 additions and 0 deletions
1
eval.c
1
eval.c
|
@ -2539,6 +2539,7 @@ sexp sexp_load_standard_parameters (sexp ctx, sexp e) {
|
|||
sexp_env_define(ctx, e, sexp_global(ctx, SEXP_G_CUR_ERR_SYMBOL),
|
||||
sexp_make_output_port(ctx, stderr, SEXP_FALSE));
|
||||
sexp_env_define(ctx, e, sexp_global(ctx, SEXP_G_INTERACTION_ENV_SYMBOL), e);
|
||||
return SEXP_VOID;
|
||||
}
|
||||
|
||||
sexp sexp_load_standard_env (sexp ctx, sexp e, sexp version) {
|
||||
|
|
Loading…
Add table
Reference in a new issue