From fb2c034b3abf14faa4be065831f1a576cd559d69 Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Fri, 11 Sep 2015 07:59:12 +0200 Subject: mpf_cmp_z, with test. --- 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 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; -- cgit v1.2.1