summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-05-20 05:50:31 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-05-20 05:50:31 +0200
commit5f0130ff89143ca2ca7a062f439461311431cf50 (patch)
tree2e9a160c38f7bef2eaeca1b5516dc881f0873dd3 /gmp-h.in
parenta5ec09a904748b9880d315d04f6a0239a786b8f4 (diff)
downloadgmp-5f0130ff89143ca2ca7a062f439461311431cf50.tar.gz
gmp-h.in: Unconditionally define mpn_com prototype
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/gmp-h.in b/gmp-h.in
index f1412eb0f..d5fd0ce30 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1544,9 +1544,7 @@ __GMP_DECLSPEC mp_limb_t mpn_neg (mp_ptr, mp_srcptr, mp_size_t);
#endif
#define mpn_com __MPN(com)
-#if __GMP_INLINE_PROTOTYPES || defined (__GMP_FORCE_mpn_com)
__GMP_DECLSPEC void mpn_com (mp_ptr, mp_srcptr, mp_size_t);
-#endif
#define mpn_perfect_square_p __MPN(perfect_square_p)
__GMP_DECLSPEC int mpn_perfect_square_p (mp_srcptr, mp_size_t) __GMP_ATTRIBUTE_PURE;