Skip to content

Commit

Permalink
fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Jan 31, 2020
1 parent d79692b commit d2fc88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smt/mam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ namespace {
}
};

#ifdef Z3DEBUG
#if 0
bool check_lbls(enode * n) {
approx_set lbls;
approx_set plbls;
Expand Down Expand Up @@ -4027,7 +4027,7 @@ namespace smt {
}

#ifdef Z3DEBUG
void pp(smt::code_tree * c) {
void pp(code_tree * c) {
c->display(std::cout);
}
#endif

0 comments on commit d2fc88d

Please sign in to comment.