mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fixed reference to _DEBUG
This commit is contained in:
parent
0cc5c169a4
commit
2924b1acc6
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ private:
|
||||||
bool div_n(mpn_sbuffer & numer, mpn_sbuffer const & denom,
|
bool div_n(mpn_sbuffer & numer, mpn_sbuffer const & denom,
|
||||||
mpn_digit * quot, mpn_digit * rem);
|
mpn_digit * quot, mpn_digit * rem);
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef Z3DEBUG
|
||||||
mutable char char_buf[4096];
|
mutable char char_buf[4096];
|
||||||
bool trace_enabled;
|
bool trace_enabled;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue