Removing stray edit.

This commit is contained in:
Alex Shinn 2012-11-05 08:16:28 +09:00
parent 5b9a41f2c1
commit 8ea2cc0071

2
vm.c
View file

@ -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;