summaryrefslogtreecommitdiff
path: root/mpfr-test.h
diff options
context:
space:
mode:
authorhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-20 14:54:10 +0000
committerhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-20 14:54:10 +0000
commit2eae1073f94caecb1a4838c4075845847f3ab965 (patch)
tree9c1d4663f570c66a9164579f30d5ba97e7375535 /mpfr-test.h
parente864f2e8b7b6ff039f21ec73c6ec81118dbe54a4 (diff)
downloadmpfr-2eae1073f94caecb1a4838c4075845847f3ab965.tar.gz
Patch for wrong prototype.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@905 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-test.h')
-rw-r--r--mpfr-test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpfr-test.h b/mpfr-test.h
index 65bdf36fe..abac679ad 100644
--- a/mpfr-test.h
+++ b/mpfr-test.h
@@ -30,9 +30,9 @@ MA 02111-1307, USA. */
#endif
-double drand();
+double drand _PROTO((void));
int ulp _PROTO((double, double));
-double dbl _PROTO((double, double));
+double dbl _PROTO((double, int));
/* generate a random double using the whole range of possible values,
including denormalized numbers, NaN, infinities, ... */