mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
typo for non-threads build (issue #731)
This commit is contained in:
parent
1db8a573f1
commit
68a81c8aff
1 changed files with 1 additions and 1 deletions
2
vm.c
2
vm.c
|
@ -2158,8 +2158,8 @@ sexp sexp_apply (sexp ctx, sexp proc, sexp args) {
|
|||
sexp_poll_input(ctx, _ARG1);
|
||||
fuel = 0;
|
||||
ip--; /* try again */
|
||||
} else {
|
||||
#endif
|
||||
} else {
|
||||
_ARG1 = SEXP_EOF;
|
||||
}
|
||||
#if SEXP_USE_UTF8_STRINGS
|
||||
|
|
Loading…
Add table
Reference in a new issue