win32 patches

This commit is contained in:
Vítor Santos Costa
2014-10-28 12:56:26 +00:00
parent 6b93b8ee5a
commit 546af97345
9 changed files with 172 additions and 69 deletions

View File

@@ -338,7 +338,8 @@ Yap_gmp_ior_int_big(Int i, Term t)
}
#if USE_GMP
#if !defined(HAVE_MPZ_XOR)
// cross-compilers...
#if !defined(HAVE_MPZ_XOR) && !defined(mpz_xor)
static void
mpz_xor(MP_INT *new, MP_INT *r1, MP_INT *r2)
{