summaryrefslogtreecommitdiff
path: root/mpz/cfdiv_r_2exp.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-04-18 18:48:25 +0200
committertege <tege@gmplib.org>2002-04-18 18:48:25 +0200
commit88ff8b8a617cdedabde6edbbb988a31bdd206918 (patch)
tree197a7c9030a0ecabc3979aea12093bfc8fefcc76 /mpz/cfdiv_r_2exp.c
parent4624809db4a778ee1aafb73598cb4e48e6bf07b4 (diff)
downloadgmp-88ff8b8a617cdedabde6edbbb988a31bdd206918.tar.gz
Nailify.
Diffstat (limited to 'mpz/cfdiv_r_2exp.c')
-rw-r--r--mpz/cfdiv_r_2exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/cfdiv_r_2exp.c b/mpz/cfdiv_r_2exp.c
index 7cf281f0e..ad4d316f8 100644
--- a/mpz/cfdiv_r_2exp.c
+++ b/mpz/cfdiv_r_2exp.c
@@ -113,7 +113,7 @@ cfdiv_r_2exp (mpz_ptr w, mpz_srcptr u, unsigned long cnt, int dir)
i = MIN (abs_usize, limb_cnt+1);
mpn_com_n (wp, up, i);
for ( ; i <= limb_cnt; i++)
- wp[i] = MP_LIMB_T_MAX;
+ wp[i] = GMP_NUMB_MAX;
/* Twos complement. Since u!=0 in the relevant part, the twos
complement never gives 0 and a carry, so can use MPN_INCR_U. */