diff options
Diffstat (limited to 'mpfr/mpfr-test.h')
-rw-r--r-- | mpfr/mpfr-test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr/mpfr-test.h b/mpfr/mpfr-test.h index aed0c8a5d..a436a5fb6 100644 --- a/mpfr/mpfr-test.h +++ b/mpfr/mpfr-test.h @@ -51,7 +51,7 @@ double Ulp _PROTO ((double)); /* generate a random double using the whole range of possible values, including denormalized numbers, NaN, infinities, ... */ double -drand () +drand (void) { double d; int *i, expo; |