summaryrefslogtreecommitdiff
path: root/jn.c
diff options
context:
space:
mode:
Diffstat (limited to 'jn.c')
-rw-r--r--jn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jn.c b/jn.c
index 94f09ea18..509549172 100644
--- a/jn.c
+++ b/jn.c
@@ -77,7 +77,7 @@ mpfr_jn (mpfr_ptr res, long n, mpfr_srcptr z, mpfr_rnd_t r)
{
int inex;
unsigned long absn;
- mp_prec_t prec, pbound, err;
+ mpfr_prec_t prec, pbound, err;
mp_exp_t exps, expT;
mpfr_t y, s, t, absz;
unsigned long k, zz, k0;