diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-11-15 21:48:14 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-11-15 21:48:14 +0100 |
commit | 49183a4c593bbae009f85b5e0bbbbf4101ebcd21 (patch) | |
tree | 9b25cbb1aeafd78b5e3d104c982da3cb06226356 /longlong.h | |
parent | 66e14dcffe66d1582163111585c7c49d800ad85c (diff) | |
download | gmp-49183a4c593bbae009f85b5e0bbbbf4101ebcd21.tar.gz |
* gmp-impl.h (__gmp_rands, __gmp_rands_initialized,
modlimb_invert_table): Add __GMP_DECLSPEC for the benefit of test
programs using them from a windows DLL.
* longlong.h (__clz_tab): Ditto.
Diffstat (limited to 'longlong.h')
-rw-r--r-- | longlong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/longlong.h b/longlong.h index 89b6f4625..9475e4840 100644 --- a/longlong.h +++ b/longlong.h @@ -1591,7 +1591,7 @@ extern mp_limb_t mpn_udiv_qrnnd _PROTO ((mp_limb_t *, #endif #ifdef COUNT_LEADING_ZEROS_NEED_CLZ_TAB -extern const unsigned char __clz_tab[128]; +extern const unsigned char __GMP_DECLSPEC __clz_tab[128]; #endif #if !defined (count_trailing_zeros) |