3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-19 12:23:38 +00:00

before changes is basic_sign_lemma

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-01-25 14:48:08 -08:00
parent 1230b46008
commit 3441f565b2
4 changed files with 22 additions and 17 deletions

View file

@ -38,11 +38,11 @@ bool assertions_enabled();
#include "util/error_codes.h"
#include "util/warning.h"
//#ifdef Z3DEBUG
//#define DEBUG_CODE(CODE) { CODE } ((void) 0)
//#else
#ifdef Z3DEBUG
#define DEBUG_CODE(CODE) { CODE } ((void) 0)
#else
#define DEBUG_CODE(CODE) ((void) 0)
//#endif
#endif
#ifdef __APPLE__
#include <TargetConditionals.h>