- Timestamp:
- 10/14/08 18:35:40 (1 month ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/user/posix/include/gmp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/user/posix/include/gmp.h
r924 r1116 880 880 #if __GMP_INLINE_PROTOTYPES || defined (__GMP_FORCE_mpz_getlimbn) 881 881 __GMP_DECLSPEC mp_limb_t mpz_getlimbn __GMP_PROTO ((mpz_srcptr, mp_size_t)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE; 882 #endif 883 884 #define mpz_neg __gmpz_neg 885 #if __GMP_INLINE_PROTOTYPES || defined (__GMP_FORCE_mpz_neg) 886 __GMP_DECLSPEC void mpz_neg __GMP_PROTO ((mpz_ptr, mpz_srcptr)); 882 887 #endif 883 888
