mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
Removing stray edit.
This commit is contained in:
parent
5b9a41f2c1
commit
8ea2cc0071
1 changed files with 1 additions and 1 deletions
2
vm.c
2
vm.c
|
@ -1861,7 +1861,7 @@ sexp sexp_apply (sexp ctx, sexp proc, sexp args) {
|
|||
else if (sexp_ratiop(_ARG1))
|
||||
_ARG1 = sexp_make_flonum(ctx, sexp_ratio_to_double(_ARG1));
|
||||
#endif
|
||||
} else if (! sexp_flonump(_ARG1))
|
||||
else if (! sexp_flonump(_ARG1))
|
||||
sexp_raise("exact->inexact: not a number", sexp_list1(ctx, _ARG1));
|
||||
#endif
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue