summaryrefslogtreecommitdiff
path: root/tests/tnrandom.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-07-02 11:41:43 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-07-02 11:41:43 +0000
commiteb398645f08db86a45fad4304894e01469543aaa (patch)
tree1e6cde3039e99b1ddb839eee714e38e603b15031 /tests/tnrandom.c
parent4ee70bd35959ae283a2e4db373f87f3244a20531 (diff)
downloadmpfr-eb398645f08db86a45fad4304894e01469543aaa.tar.gz
Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.h
(all MPFR macros that appear there should start with MPFR_ to avoid conflicts with other software). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9129 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tnrandom.c')
-rw-r--r--tests/tnrandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tnrandom.c b/tests/tnrandom.c
index f33ced791..654e08544 100644
--- a/tests/tnrandom.c
+++ b/tests/tnrandom.c
@@ -70,7 +70,7 @@ test_nrandom (long nbtests, mpfr_prec_t prec, mpfr_rnd_t rnd,
}
}
-#ifdef HAVE_STDARG && !defined(WANT_MINI_GMP)
+#ifdef HAVE_STDARG && !defined(MPFR_USE_MINI_GMP)
if (verbose)
{
mpfr_init2 (av, prec);