From 1f7f06d17a7f5bacaa40d8cea4237ffe094ef433 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Fri, 8 Jan 2010 19:13:48 +0000 Subject: BITS_PER_MP_LIMB -> GMP_LIMB_BITS got rid of BYTES_PER_MP_LIMB in configure.in (no longer defined by GMP) Note[VL] (mpfr-impl.h): a mpn_sqr_n() macro is defined to use mpn_mul if it is not already defined (in gmp-impl.h from GMP 4.x). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6644 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/random2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/random2.c') diff --git a/tests/random2.c b/tests/random2.c index 6997c0a37..1e38e2b20 100644 --- a/tests/random2.c +++ b/tests/random2.c @@ -136,7 +136,7 @@ mpfr_random2 (mpfr_ptr x, mp_size_t size, mp_exp_t exp, } /* Generate random exponent. */ - mpfr_rand_raw (&elimb, RANDS, BITS_PER_MP_LIMB); + mpfr_rand_raw (&elimb, RANDS, GMP_LIMB_BITS); exp = ABS (exp); MPFR_SET_EXP (x, elimb % (2 * exp + 1) - exp); -- cgit v1.2.1