summaryrefslogtreecommitdiff
path: root/tests/tlog.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-10 12:13:25 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-10 12:13:25 +0000
commit610a8851990d905908fae318fc91dda3b21ee270 (patch)
tree69a66b428bab8b1c92dd69410874dcd7089b84ca /tests/tlog.c
parent11b100b3ef4098c0afc5f5f82a9600077ff89ee9 (diff)
downloadmpfr-610a8851990d905908fae318fc91dda3b21ee270.tar.gz
HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possible
name conflict. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1844 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tlog.c')
-rw-r--r--tests/tlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlog.c b/tests/tlog.c
index 55fdd70bc..ca5901f33 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -67,7 +67,7 @@ check1 (double a, mp_rnd_t rnd_mode, double res1, int ck, int max_ulp)
int diff=0;
/* ck=1 iff res1 is certified correct */
-#ifdef HAVE_FESETROUND
+#ifdef MPFR_HAVE_FESETROUND
mpfr_set_machine_rnd_mode(rnd_mode);
#endif
if (ck==0 && res1==0.0) res1=log(a);