diff options
-rw-r--r-- | gcl/h/gmp_wrappers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/h/gmp_wrappers.h b/gcl/h/gmp_wrappers.h index 591dbdec..6fb8db98 100644 --- a/gcl/h/gmp_wrappers.h +++ b/gcl/h/gmp_wrappers.h @@ -240,7 +240,7 @@ EXPORT_GMP_CALL(2,void,set_si,1,mpz_t,gmp_lint) EXPORT_GMP_CALL(1,gmp_lint,get_si,0,mpz_t) EXPORT_GMP_CALL(1,gmp_lint,get_ui,0,mpz_t) MEM_GMP_CALL(3,gmp_char_star,mpz_get_str,0,gmp_char_star,int,mpz_t) -MEM_GMP_CALL(3,int,mpz_set_str,0,mpz_t,char *,int)/*arg set, but 0 for check as moot*/ +MEM_GMP_CALL(3,int,mpz_set_str,0,mpz_t,gmp_char_star,int)/*arg set, but 0 for check as moot*/ EXPORT_GMP_CALL(1,int,fits_sint_p,0,mpz_t) EXPORT_GMP_CALL(1,int,fits_slong_p,0,mpz_t) EXPORT_GMP_CALL(1,int,fits_sshort_p,0,mpz_t) |