summaryrefslogtreecommitdiff
path: root/tests/thypot.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thypot.c')
-rw-r--r--tests/thypot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/thypot.c b/tests/thypot.c
index fdb7eefab..0fa4982f1 100644
--- a/tests/thypot.c
+++ b/tests/thypot.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_hypot.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
@@ -147,7 +147,7 @@ main (int argc, char *argv[])
mpfr_neg (x1, x1, GMP_RNDN);
if (randlimb () % 2)
mpfr_neg (x2, x2, GMP_RNDN);
- rnd = RND_RAND ();
+ rnd = (mp_rnd_t) RND_RAND ();
mpfr_set_prec (y, yprec);
compare =TEST_FUNCTION (y, x1,x2, rnd);