diff --git a/eval.c b/eval.c index 76111ea0..7c1da9c2 100644 --- a/eval.c +++ b/eval.c @@ -1382,7 +1382,7 @@ sexp sexp_log (sexp ctx, sexp self, sexp_sint_t n, sexp z) { } sexp sexp_sqrt (sexp ctx, sexp self, sexp_sint_t n, sexp z) { -#if SEXP_USE_COMPLEX +#if SEXP_USE_COMPLEX || SEXP_USE_BIGNUMS int negativep = 0; #endif double d, r;