mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 02:16:16 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e7e5d4c5bb
commit
efff6db567
25 changed files with 636 additions and 306 deletions
|
@ -23,16 +23,7 @@ Revision History:
|
|||
#include"hash.h"
|
||||
#include"bit_util.h"
|
||||
|
||||
#if defined(_MP_MSBIGNUM)
|
||||
#define COMPILER COMPILER_VC
|
||||
#ifndef NDEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#ifdef ARRAYSIZE
|
||||
#undef ARRAYSIZE
|
||||
#endif
|
||||
#include "..\msbig_rational\msbignum.h"
|
||||
#elif defined(_MP_INTERNAL)
|
||||
#if defined(_MP_INTERNAL)
|
||||
#include"mpn.h"
|
||||
#elif defined(_MP_GMP)
|
||||
#include<gmp.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue