summaryrefslogtreecommitdiff
path: root/mpfr/set_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr/set_d.c')
-rw-r--r--mpfr/set_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr/set_d.c b/mpfr/set_d.c
index 4863aca76..35c3ba21f 100644
--- a/mpfr/set_d.c
+++ b/mpfr/set_d.c
@@ -46,7 +46,7 @@ int
#if __STDC__
__mpfr_extract_double (mp_ptr rp, double d, int e)
#else
-__mpfr_extract_double (rp, d)
+__mpfr_extract_double (rp, d, e)
mp_ptr rp;
double d;
int e;