summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-19 22:52:39 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-19 22:52:39 +0200
commit0cbeebc80790a51e6127c733b69d1d530ad9473d (patch)
treef28aae119983927490bb5699ae5b471c31919e7b /gmp-h.in
parent75d3cfbed811cac0446cb36b1b7ba7a1e53f540f (diff)
downloadgmp-0cbeebc80790a51e6127c733b69d1d530ad9473d.tar.gz
* gmp-h.in (mpn_cmp): Add __GMP_ATTRIBUTE_PURE.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index b8fb0ea9d..faaf391bb 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1023,7 +1023,7 @@ mp_limb_t __GMP_DECLSPEC mpn_addmul_1c _PROTO ((mp_ptr, mp_srcptr, mp_size_t, mp
mp_limb_t __GMP_DECLSPEC mpn_addsub_n _PROTO ((mp_ptr, mp_ptr, mp_srcptr, mp_srcptr, mp_size_t));
mp_limb_t __GMP_DECLSPEC mpn_bdivmod _PROTO ((mp_ptr, mp_ptr, mp_size_t, mp_srcptr, mp_size_t, unsigned long int));
-int __GMP_DECLSPEC mpn_cmp _PROTO ((mp_srcptr, mp_srcptr, mp_size_t));
+int __GMP_DECLSPEC mpn_cmp _PROTO ((mp_srcptr, mp_srcptr, mp_size_t)) __GMP_ATTRIBUTE_PURE;
#define mpn_divexact_by3(dst,src,size) \
mpn_divexact_by3c (dst, src, size, (mp_limb_t) 0)