diff options
author | Camm Maguire <camm@debian.org> | 2014-04-02 18:47:46 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2014-04-02 18:47:46 +0000 |
commit | 7e15f52f083b25e1339114e07f4fb9a5a2164b1b (patch) | |
tree | 509ee0d7796e6a4011cf45bb92c8a928cf681ef6 | |
parent | 85af4a90642892259f55a61ef150cb2475431ff6 (diff) | |
download | gcl-7e15f52f083b25e1339114e07f4fb9a5a2164b1b.tar.gz |
gmp_wrappers.h syntax fix
-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) |