From 3f90090965ad6bdf44d86ac31420dc621da79e6e Mon Sep 17 00:00:00 2001 From: Niels M?ller Date: Sat, 21 Feb 2015 19:59:36 +0100 Subject: Make mpn_divexact_1 public. --- gmp-h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gmp-h.in') diff --git a/gmp-h.in b/gmp-h.in index 4514fafc9..c6a336197 100644 --- a/gmp-h.in +++ b/gmp-h.in @@ -1475,6 +1475,9 @@ __GMP_DECLSPEC mp_limb_t mpn_addmul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t); __GMP_DECLSPEC int mpn_cmp (mp_srcptr, mp_srcptr, mp_size_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE; #endif +#define mpn_divexact_1 __MPN(divexact_1) +__GMP_DECLSPEC void mpn_divexact_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t); + #define mpn_divexact_by3(dst,src,size) \ mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0)) -- cgit v1.2.1