summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-03-24 14:46:54 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-03-24 14:46:54 +0000
commitcddaa4b3b9750b504249379ee4a7848d3904341f (patch)
treead9afb7d6205b75c58fa963d2c29a27afbbf2bcb /mpfr-impl.h
parenta7f597ca4da88917572b8128ac27bea96864fa90 (diff)
downloadmpfr-cddaa4b3b9750b504249379ee4a7848d3904341f.tar.gz
Removed all code related to mpn_sub_nc (no longer used).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4050 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-impl.h')
-rw-r--r--mpfr-impl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/mpfr-impl.h b/mpfr-impl.h
index a615e7ca8..2c62b5ebc 100644
--- a/mpfr-impl.h
+++ b/mpfr-impl.h
@@ -152,15 +152,6 @@ MA 02110-1301, USA. */
# error "Can't compute log2(BITS_PER_MP_LIMB)"
#endif
-/* mpn_sub_nc is internal but may be defined in the header
- but not in the library! That's why we may need to overide it.*/
-#ifndef MPFR_HAVE_MPN_SUB_NC
-mp_limb_t mpfr_sub_nc _MPFR_PROTO ((mp_ptr, mp_srcptr, mp_srcptr, mp_size_t,
- mp_limb_t ));
-#undef mpn_sub_nc
-#define mpn_sub_nc mpfr_sub_nc
-#endif
-
#if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
# define MPFR_NORETURN_ATTR __attribute__ ((noreturn))
# define MPFR_CONST_ATTR __attribute__ ((const))