summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-08-23 00:02:16 +0200
committerKevin Ryde <user42@zip.com.au>2003-08-23 00:02:16 +0200
commitf26a457514dce519034df69d487c295d27aa4c6e (patch)
tree6113d4c34a0c005e9e06c7d0ad9265b349941d1a /gmp-h.in
parent4e917d857c5664f9aff3180ec550616269514592 (diff)
downloadgmp-f26a457514dce519034df69d487c295d27aa4c6e.tar.gz
* mpz/rootrem.c, gmp-h.in, gmp.texi (mpz_rootrem): Don't return
exactness indication, can get that from testing the remainder.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index f4646bb88..3bb408a0e 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1016,7 +1016,7 @@ __GMP_DECLSPEC unsigned long int mpz_remove __GMP_PROTO ((mpz_ptr, mpz_srcptr, m
__GMP_DECLSPEC int mpz_root __GMP_PROTO ((mpz_ptr, mpz_srcptr, unsigned long int));
#define mpz_rootrem __gmpz_rootrem
-__GMP_DECLSPEC int mpz_rootrem __GMP_PROTO ((mpz_ptr,mpz_ptr, mpz_srcptr, unsigned long int));
+__GMP_DECLSPEC void mpz_rootrem __GMP_PROTO ((mpz_ptr,mpz_ptr, mpz_srcptr, unsigned long int));
#define mpz_rrandomb __gmpz_rrandomb
__GMP_DECLSPEC void mpz_rrandomb __GMP_PROTO ((mpz_ptr, gmp_randstate_t, unsigned long int));