summaryrefslogtreecommitdiff
path: root/src/rec_sqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rec_sqrt.c')
-rw-r--r--src/rec_sqrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rec_sqrt.c b/src/rec_sqrt.c
index a6b106a3e..afc976c24 100644
--- a/src/rec_sqrt.c
+++ b/src/rec_sqrt.c
@@ -179,7 +179,7 @@ mpfr_mpn_rec_sqrt (mpfr_limb_ptr x, mpfr_prec_t p,
if (p == 11) /* should happen only from recursive calls */
{
unsigned long i, ab, ac;
- int t;
+ mp_limb_t t;
/* take the 12+as most significant bits of A */
#if GMP_NUMB_BITS >= 16