mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
Replace _DEBUG
with Z3DEBUG
(#7628)
Fixes https://github.com/Z3Prover/z3/issues/7627
This commit is contained in:
parent
a1673f2bdd
commit
2fe2735b5e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#if _DEBUG
|
||||
#if Z3DEBUG
|
||||
|
||||
#define alloc(T,...) new (memory::allocate(__FILE__,__LINE__,#T, sizeof(T))) T(__VA_ARGS__)
|
||||
#define dealloc(_ptr_) deallocf(__FILE__,__LINE__,_ptr_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue