summaryrefslogtreecommitdiff
path: root/add1sp.c
diff options
context:
space:
mode:
Diffstat (limited to 'add1sp.c')
-rw-r--r--add1sp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/add1sp.c b/add1sp.c
index 82f3a9982..601e76202 100644
--- a/add1sp.c
+++ b/add1sp.c
@@ -91,7 +91,7 @@ mpfr_add1sp (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode)
unsigned int sh;
mp_size_t n;
mp_limb_t *ap, *cp;
- mp_exp_t bx;
+ mpfr_exp_t bx;
mp_limb_t limb;
int inexact;
MPFR_TMP_DECL(marker);