summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-09-06 13:49:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-09-06 13:49:07 +0000
commit233956f9869bf9ab1b9268c03922d878d1f2385e (patch)
treee370b20c4c2856b8549a5775ae83fcf1740e543d
parent25df6c3a87224f23c84eb2d96b68d3333a548071 (diff)
downloadmpfr-233956f9869bf9ab1b9268c03922d878d1f2385e.tar.gz
[src/mpfr-impl.h] Completed the fix in r11713.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11714 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/mpfr-impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 0cb783079..083d5a35f 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -260,9 +260,9 @@ __MPFR_DECLSPEC mpfr_exp_t * __gmpfr_emax_f (void);
__MPFR_DECLSPEC mpfr_prec_t * __gmpfr_default_fp_bit_precision_f (void);
__MPFR_DECLSPEC mpfr_rnd_t * __gmpfr_default_rounding_mode_f (void);
# ifndef MPFR_HAVE_GMP_IMPL
-__MPFR_DECLSPEC mpfr_allocate_func_t * __gmpfr_allocate_func_f (void);
-__MPFR_DECLSPEC mpfr_reallocate_func_t * __gmpfr_reallocate_func_f (void);
-__MPFR_DECLSPEC mpfr_free_func_t * __gmpfr_free_func_f (void);
+__MPFR_DECLSPEC mpfr_allocate_func_t * mpfr_allocate_func_f (void);
+__MPFR_DECLSPEC mpfr_reallocate_func_t * mpfr_reallocate_func_f (void);
+__MPFR_DECLSPEC mpfr_free_func_t * mpfr_free_func_f (void);
# endif
__MPFR_DECLSPEC mpfr_cache_t * __gmpfr_cache_const_euler_f (void);
__MPFR_DECLSPEC mpfr_cache_t * __gmpfr_cache_const_catalan_f (void);