summaryrefslogtreecommitdiff
path: root/const_euler.c
diff options
context:
space:
mode:
Diffstat (limited to 'const_euler.c')
-rw-r--r--const_euler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/const_euler.c b/const_euler.c
index 98f26059f..b5d810325 100644
--- a/const_euler.c
+++ b/const_euler.c
@@ -40,7 +40,7 @@ static void mpfr_const_euler_R (mpfr_ptr, unsigned long);
int
mpfr_const_euler_internal (mpfr_t x, mpfr_rnd_t rnd)
{
- mp_prec_t prec = MPFR_PREC(x), m, log2m;
+ mpfr_prec_t prec = MPFR_PREC(x), m, log2m;
mpfr_t y, z;
unsigned long n;
int inexact;