summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-08-31 10:39:44 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-08-31 10:39:44 +0200
commitd987a156c169a0f9bf3d510852aa5592b73df6df (patch)
treec26cacb2b16926789a3692306333246e07dfdde7 /gmp-h.in
parent625e4fead5ae991ba3c67fb5f7cdf8b07ecde216 (diff)
downloadgmp-d987a156c169a0f9bf3d510852aa5592b73df6df.tar.gz
New function mpq_cmp_z, with test and documentation
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 ac7e03aa2..6e8eec09d 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1158,6 +1158,9 @@ __GMP_DECLSPEC int _mpq_cmp_si (mpq_srcptr, long, unsigned long) __GMP_ATTRIBUTE
#define _mpq_cmp_ui __gmpq_cmp_ui
__GMP_DECLSPEC int _mpq_cmp_ui (mpq_srcptr, unsigned long int, unsigned long int) __GMP_ATTRIBUTE_PURE;
+#define mpq_cmp_z __gmpq_cmp_z
+__GMP_DECLSPEC int mpq_cmp_z (mpq_srcptr, mpz_srcptr) __GMP_ATTRIBUTE_PURE;
+
#define mpq_div __gmpq_div
__GMP_DECLSPEC void mpq_div (mpq_ptr, mpq_srcptr, mpq_srcptr);