mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +02:00
s/sexp_init/sexp_scheme_init/
This commit is contained in:
parent
1658cf66d6
commit
dc76aee1d6
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ void dostuff(sexp ctx) {
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
sexp ctx;
|
sexp ctx;
|
||||||
sexp_init();
|
sexp_scheme_init();
|
||||||
ctx = sexp_make_eval_context(NULL, NULL, NULL, 0, 0);
|
ctx = sexp_make_eval_context(NULL, NULL, NULL, 0, 0);
|
||||||
sexp_load_standard_env(ctx, NULL, SEXP_SEVEN);
|
sexp_load_standard_env(ctx, NULL, SEXP_SEVEN);
|
||||||
sexp_load_standard_ports(ctx, NULL, stdin, stdout, stderr, 1);
|
sexp_load_standard_ports(ctx, NULL, stdin, stdout, stderr, 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue