summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sin.c b/sin.c
index e5e56161b..a8fa1358d 100644
--- a/sin.c
+++ b/sin.c
@@ -102,9 +102,10 @@ mpfr_sin_sign (mpfr_srcptr x)
int
mpfr_sin (mpfr_ptr y, mpfr_srcptr x, mp_rnd_t rnd_mode)
{
- int precy, m, inexact, sign;
mpfr_t c;
mp_exp_t e;
+ mp_prec_t precy, m;
+ int inexact, sign;
MPFR_ZIV_DECL (loop);
MPFR_LOG_FUNC (("x[%#R]=%R rnd=%d", x, x, rnd_mode),