summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-12-03 23:04:21 +0100
committerKevin Ryde <user42@zip.com.au>2001-12-03 23:04:21 +0100
commit12cc48ece00657358a2c89c5b9b2b5622f3cbce6 (patch)
tree8a561f6f4c50b942be8b5adca9e111d857615c98
parent03cbc527ed122118dd1e88e9a430f5334543fbe8 (diff)
downloadgmp-12cc48ece00657358a2c89c5b9b2b5622f3cbce6.tar.gz
* gmp-h.in (mpq_inp_str, mpn_hamdist): Add missing __GMP_DECLSPEC.
-rw-r--r--gmp-h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmp-h.in b/gmp-h.in
index af2547d5e..1b9849d89 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1025,7 +1025,7 @@ void __GMP_DECLSPEC mpq_init _PROTO ((mpq_ptr));
#define mpq_inp_str __gmpq_inp_str
#ifdef _GMP_H_HAVE_FILE
-size_t mpq_inp_str _PROTO ((mpq_ptr, FILE *, int));
+size_t __GMP_DECLSPEC mpq_inp_str _PROTO ((mpq_ptr, FILE *, int));
#endif
#define mpq_inv __gmpq_inv
@@ -1355,7 +1355,7 @@ mp_size_t __GMP_DECLSPEC mpn_gcdext _PROTO ((mp_ptr, mp_ptr, mp_size_t *, mp_ptr
size_t __GMP_DECLSPEC mpn_get_str _PROTO ((unsigned char *, int, mp_ptr, mp_size_t));
#define mpn_hamdist __MPN(hamdist)
-unsigned long int mpn_hamdist _PROTO ((mp_srcptr, mp_srcptr, mp_size_t)) __GMP_ATTRIBUTE_PURE;
+unsigned long int __GMP_DECLSPEC mpn_hamdist _PROTO ((mp_srcptr, mp_srcptr, mp_size_t)) __GMP_ATTRIBUTE_PURE;
#define mpn_lshift __MPN(lshift)
mp_limb_t __GMP_DECLSPEC mpn_lshift _PROTO ((mp_ptr, mp_srcptr, mp_size_t, unsigned int));