Fix a bug in Cygwin64 (missing __GMP_DECLSPEC on mpn_store).
This commit is contained in:
parent
99378e63a9
commit
8e4f26aa58
@ -2417,7 +2417,7 @@ __GMP_DECLSPEC mp_limb_t mpn_declsh_n __GMP_PROTO ((mp_ptr, mp_srcptr, mp_size_t
|
||||
|
||||
#if HAVE_NATIVE_mpn_store
|
||||
#define mpn_store __MPN(store)
|
||||
mp_limb_t mpn_store _PROTO ((mp_ptr,mp_size_t,mp_limb_t));
|
||||
__GMP_DECLSPEC mp_limb_t mpn_store _PROTO ((mp_ptr,mp_size_t,mp_limb_t));
|
||||
#else
|
||||
#define mpn_store(dst, n,val) \
|
||||
do { \
|
||||
|
Loading…
Reference in New Issue
Block a user