diff options
author | hanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-20 14:54:10 +0000 |
---|---|---|
committer | hanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-20 14:54:10 +0000 |
commit | 2eae1073f94caecb1a4838c4075845847f3ab965 (patch) | |
tree | 9c1d4663f570c66a9164579f30d5ba97e7375535 /mpfr-test.h | |
parent | e864f2e8b7b6ff039f21ec73c6ec81118dbe54a4 (diff) | |
download | mpfr-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.h | 4 |
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, ... */ |