summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-07 02:20:30 +0200
committertege <tege@gmplib.org>2002-05-07 02:20:30 +0200
commite3b336ad1cd6458215a595c7a02849314ae8fc26 (patch)
treef8f1c90814c709b67cba9e3ce23e584ee5cfab36
parente6389546a867ad68d1fae69ea37b77f635f7da7b (diff)
downloadgmp-e3b336ad1cd6458215a595c7a02849314ae8fc26.tar.gz
(mpz_ui_sub): Add declaration.
-rw-r--r--gmp-h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 8b1e67b7e..4677c5c62 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -985,6 +985,9 @@ __GMP_DECLSPEC void mpz_sub __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));
#define mpz_sub_ui __gmpz_sub_ui
__GMP_DECLSPEC void mpz_sub_ui __GMP_PROTO ((mpz_ptr, mpz_srcptr, unsigned long int));
+#define mpz_ui_sub __gmpz_ui_sub
+__GMP_DECLSPEC void mpz_ui_sub __GMP_PROTO ((mpz_ptr, unsigned long int, mpz_srcptr));
+
#define mpz_submul __gmpz_submul
__GMP_DECLSPEC void mpz_submul __GMP_PROTO ((mpz_ptr, mpz_srcptr, mpz_srcptr));