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:
parent
1230b46008
commit
3441f565b2
4 changed files with 22 additions and 17 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue