summaryrefslogtreecommitdiff
path: root/set_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'set_d.c')
-rw-r--r--set_d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/set_d.c b/set_d.c
index 7d77f5bfd..113066ce4 100644
--- a/set_d.c
+++ b/set_d.c
@@ -32,8 +32,8 @@ MA 02111-1307, USA. */
#define MPFR_LIMBS_PER_DOUBLE 1
#endif
-int __mpfr_extract_double (mp_ptr, double, int);
-double __mpfr_scale2 (double, int);
+int __mpfr_extract_double _PROTO ((mp_ptr, double, int));
+double __mpfr_scale2 _PROTO ((double, int));
#define NaN (0./0.) /* ensures a machine-independent NaN */
#define Infp (1/0.)