summaryrefslogtreecommitdiff
path: root/mpf2mpfr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpf2mpfr.h')
-rw-r--r--mpf2mpfr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpf2mpfr.h b/mpf2mpfr.h
index 8aa09d6ce..eaf970935 100644
--- a/mpf2mpfr.h
+++ b/mpf2mpfr.h
@@ -1,6 +1,6 @@
/* mpf2mpfr.h -- Compatibility include file with mpf.
-Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -83,8 +83,8 @@ MA 02111-1307, USA. */
#define mpf_div_2exp(x,y,z) \
mpfr_div_2exp(x,y,z,__gmpfr_default_rounding_mode)
#undef mpf_dump
-#define mpf_dump(x,y,z) \
- mpfr_dump(x,y,z,__gmpfr_default_rounding_mode)
+#define mpf_dump(x) \
+ mpfr_dump(x,__gmpfr_default_rounding_mode)
#undef mpf_fits_slong_p
#define mpf_fits_slong_p(x) mpfr_fits_ulong_p(x,__gmpfr_default_rounding_mode)
#undef mpf_fits_ulong_p