summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-11-18 23:41:50 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-11-18 23:41:50 +0000
commitfc6ba942336010b67b83691e9f0c06b6dc8fde4b (patch)
tree439815944673729d04c80d68cb0f54dc3c8467b1 /src
parenta9d4617dbfa3d69817daafee50d4d5518a3dea71 (diff)
downloadmpfr-fc6ba942336010b67b83691e9f0c06b6dc8fde4b.tar.gz
[src/mpfr-impl.h] Commented out the declaration of mpfr_round_raw_3
(since this function is no longer defined). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7268 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
-rw-r--r--src/mpfr-impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 2cf544bcf..e5e90f9e0 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -1693,8 +1693,11 @@ __MPFR_DECLSPEC int mpfr_round_raw _MPFR_PROTO ((mp_limb_t *,
const mp_limb_t *, mpfr_prec_t, int, mpfr_prec_t, mpfr_rnd_t, int *));
__MPFR_DECLSPEC int mpfr_round_raw_2 _MPFR_PROTO ((const mp_limb_t *,
mpfr_prec_t, int, mpfr_prec_t, mpfr_rnd_t));
+/* No longer defined (see round_prec.c).
+ Uncomment if it needs to be defined again.
__MPFR_DECLSPEC int mpfr_round_raw_3 _MPFR_PROTO ((const mp_limb_t *,
mpfr_prec_t, int, mpfr_prec_t, mpfr_rnd_t, int *));
+*/
__MPFR_DECLSPEC int mpfr_round_raw_4 _MPFR_PROTO ((mp_limb_t *,
const mp_limb_t *, mpfr_prec_t, int, mpfr_prec_t, mpfr_rnd_t));