summaryrefslogtreecommitdiff
path: root/tests/tget_d_2exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tget_d_2exp.c')
-rw-r--r--tests/tget_d_2exp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tget_d_2exp.c b/tests/tget_d_2exp.c
index bb47abee4..a009ca174 100644
--- a/tests/tget_d_2exp.c
+++ b/tests/tget_d_2exp.c
@@ -1,6 +1,6 @@
/* Test mpfr_get_d_2exp.
-Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
@@ -49,7 +49,7 @@ check_round (void)
for (neg = 0; neg <= 1; neg++)
{
- got = mpfr_get_d_2exp (&got_exp, f, rnd_mode);
+ got = mpfr_get_d_2exp (&got_exp, f, (mp_rnd_t) rnd_mode);
if (neg == 0
? (got < 0.5 || got >= 1.0)