summaryrefslogtreecommitdiff
path: root/mpfr/tests
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-13 00:00:04 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-13 00:00:04 +0200
commit8413fc60f808aa230bb89419eba8b400e3942f8a (patch)
treeb35a589b7357e86e67872b0dc3847fc270a1581b /mpfr/tests
parent86bef9156eb701fd95ca229679fa9466cd13d947 (diff)
downloadgmp-8413fc60f808aa230bb89419eba8b400e3942f8a.tar.gz
* mpfr/tests/tconst_log2.c: Correction __mpfr_const_log2_prec type,
found and fixed by Vincent.
Diffstat (limited to 'mpfr/tests')
-rw-r--r--mpfr/tests/tconst_log2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpfr/tests/tconst_log2.c b/mpfr/tests/tconst_log2.c
index 875ebceb3..e2e8f1b2c 100644
--- a/mpfr/tests/tconst_log2.c
+++ b/mpfr/tests/tconst_log2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_log2.
-Copyright 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -26,7 +26,7 @@ MA 02111-1307, USA. */
/* tlog2 [prec] [rnd] [0 = no print] */
-extern mp_prec_t __mpfr_const_log2_prec;
+extern int __mpfr_const_log2_prec;
void check _PROTO ((mp_prec_t, mp_prec_t));
void