summaryrefslogtreecommitdiff
path: root/get_si.c
diff options
context:
space:
mode:
Diffstat (limited to 'get_si.c')
-rw-r--r--get_si.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_si.c b/get_si.c
index 1968a6ca9..83a42eb77 100644
--- a/get_si.c
+++ b/get_si.c
@@ -52,7 +52,7 @@ mpfr_get_si (mpfr_srcptr f, mpfr_rnd_t rnd)
{
mp_limb_t a;
mp_size_t n;
- mp_exp_t exp;
+ mpfr_exp_t exp;
/* now the result is in the most significant limb of x */
exp = MPFR_GET_EXP (x); /* since |x| >= 1, exp >= 1 */