Changeset 1116 for Whitix

Show
Ignore:
Timestamp:
10/14/08 18:35:40 (1 month ago)
Author:
mwhitworth
Message:

Add mpz_neg.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/keobject/user/posix/include/gmp.h

    r924 r1116  
    880880#if __GMP_INLINE_PROTOTYPES || defined (__GMP_FORCE_mpz_getlimbn) 
    881881__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)); 
    882887#endif 
    883888