mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 10:56:16 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
4b0c00969c
2 changed files with 2 additions and 1 deletions
|
@ -922,6 +922,7 @@ void basic_decl_plugin::finalize() {
|
||||||
DEC_REF(m_and_decl);
|
DEC_REF(m_and_decl);
|
||||||
DEC_REF(m_or_decl);
|
DEC_REF(m_or_decl);
|
||||||
DEC_REF(m_not_decl);
|
DEC_REF(m_not_decl);
|
||||||
|
DEC_REF(m_interp_decl);
|
||||||
DEC_REF(m_iff_decl);
|
DEC_REF(m_iff_decl);
|
||||||
DEC_REF(m_xor_decl);
|
DEC_REF(m_xor_decl);
|
||||||
DEC_REF(m_implies_decl);
|
DEC_REF(m_implies_decl);
|
||||||
|
|
|
@ -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