mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-21 05:16:42 +02:00
hard-coding scheme-report-environment version lookup to 7
This commit is contained in:
parent
ed443d42a2
commit
2eecec0a4b
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -2078,7 +2078,7 @@ sexp sexp_make_standard_env_op (sexp ctx, sexp self, sexp_sint_t n, sexp version
|
|||
sexp_gc_var1(env);
|
||||
sexp_gc_preserve1(ctx, env);
|
||||
env = sexp_make_primitive_env(ctx, version);
|
||||
if (! sexp_exceptionp(env)) env = sexp_load_standard_env(ctx, env, version);
|
||||
if (! sexp_exceptionp(env)) env = sexp_load_standard_env(ctx, env, SEXP_SEVEN);
|
||||
sexp_gc_release1(ctx);
|
||||
return env;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue