summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2014-01-02 20:59:40 +0100
committerNiels M?ller <nisse@lysator.liu.se>2014-01-02 20:59:40 +0100
commiteb805b2b114f75b4cb17c99e1e14ffd5184cdc52 (patch)
treec7aa63112d7ffcce6d8c15cb644cac775db9a2f3 /gmp-h.in
parent91cbbfbce534ed2a97326fbeec38c7ccb6b46666 (diff)
downloadgmp-eb805b2b114f75b4cb17c99e1e14ffd5184cdc52.tar.gz
Enable mpn_sizeinbase, and make public.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 45ba02edb..e25623b9f 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1575,6 +1575,9 @@ __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PU
#define mpn_set_str __MPN(set_str)
__GMP_DECLSPEC mp_size_t mpn_set_str (mp_ptr, const unsigned char *, size_t, int);
+#define mpn_sizeinbase __MPN(sizeinbase)
+__GMP_DECLSPEC size_t mpn_sizeinbase (mp_srcptr, mp_size_t, int);
+
#define mpn_sqrtrem __MPN(sqrtrem)
__GMP_DECLSPEC mp_size_t mpn_sqrtrem (mp_ptr, mp_ptr, mp_srcptr, mp_size_t);