summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-20 23:13:41 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-20 23:13:41 +0100
commita6426a5313cac3c0fb05358e7d254653222f745f (patch)
tree2289509cdb49eec09470c3c9a04a58808ad9636b /gmp-h.in
parent96906033739277cdf430e5ad463c1e8ebb5e9d04 (diff)
downloadgmp-a6426a5313cac3c0fb05358e7d254653222f745f.tar.gz
File removed. All references purged.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 4d95557e9..5c1d56738 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1509,9 +1509,6 @@ __GMP_DECLSPEC mp_limb_t mpn_add_n __GMP_PROTO ((mp_ptr, mp_srcptr, mp_srcptr, m
#define mpn_addmul_1 __MPN(addmul_1)
__GMP_DECLSPEC mp_limb_t mpn_addmul_1 __GMP_PROTO ((mp_ptr, mp_srcptr, mp_size_t, mp_limb_t));
-#define mpn_bdivmod __MPN(bdivmod)
-__GMP_DECLSPEC mp_limb_t mpn_bdivmod __GMP_PROTO ((mp_ptr, mp_ptr, mp_size_t, mp_srcptr, mp_size_t, unsigned long int));
-
#define mpn_cmp __MPN(cmp)
#if __GMP_INLINE_PROTOTYPES || defined (__GMP_FORCE_mpn_cmp)
__GMP_DECLSPEC int mpn_cmp __GMP_PROTO ((mp_srcptr, mp_srcptr, mp_size_t)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;