summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-09-11 07:59:12 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-09-11 07:59:12 +0200
commitfb2c034b3abf14faa4be065831f1a576cd559d69 (patch)
treeddded5bc025e570b32d18b2c751d2d00ba57cdef /gmp-h.in
parentd63c7d96641d59fe07af8b7fc5be773d740c8328 (diff)
downloadgmp-fb2c034b3abf14faa4be065831f1a576cd559d69.tar.gz
mpf_cmp_z, with test.
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 6e8eec09d..82ef9b643 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1268,6 +1268,9 @@ __GMP_DECLSPEC void mpf_clears (mpf_ptr, ...);
#define mpf_cmp __gmpf_cmp
__GMP_DECLSPEC int mpf_cmp (mpf_srcptr, mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
+#define mpf_cmp_z __gmpf_cmp_z
+__GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
+
#define mpf_cmp_d __gmpf_cmp_d
__GMP_DECLSPEC int mpf_cmp_d (mpf_srcptr, double) __GMP_ATTRIBUTE_PURE;