From ff2924e83b8155eadb52afeeb4fb199b4dfc0bde Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 20 Mar 2018 17:19:40 -0700 Subject: [PATCH] fix mac build error Signed-off-by: Nikolaj Bjorner --- scripts/vsts-mac.sh | 7 +++++++ src/smt/theory_pb.cpp | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/scripts/vsts-mac.sh b/scripts/vsts-mac.sh index a38ad86b2..522559b7c 100644 --- a/scripts/vsts-mac.sh +++ b/scripts/vsts-mac.sh @@ -5,6 +5,13 @@ mkdir build CSC=/usr/bin/csc GACUTIL=/usr/bin/gacutil CXX=clang++ CC=clang python scripts/mk_make.py --java --python cd build make +make test-z3 +make cpp_example +make c_example +make java_example +make python_example +./cpp_example +./c_example diff --git a/src/smt/theory_pb.cpp b/src/smt/theory_pb.cpp index 92f66f4b6..f10be2291 100644 --- a/src/smt/theory_pb.cpp +++ b/src/smt/theory_pb.cpp @@ -2185,6 +2185,7 @@ namespace smt { unsigned idx = lits.size()-1; b_justification js; literal conseq = ~confl[2]; + int bound = 1; while (m_num_marks > 0) { @@ -2221,8 +2222,8 @@ namespace smt { // // Resolve selected conseq with antecedents. // - - int bound = 1; + + bound = 1; switch(js.get_kind()) {