3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 13:40:52 +00:00

add a few more statics to avoid symbol clashes

This commit is contained in:
Nuno Lopes 2016-12-01 17:37:07 +00:00
parent e697d3e810
commit dedae29300
5 changed files with 9 additions and 11 deletions

View file

@ -32,7 +32,7 @@ Notes:
#define MEMLIMIT 300
tactic * mk_qfbv_preamble(ast_manager& m, params_ref const& p) {
static tactic * mk_qfbv_preamble(ast_manager& m, params_ref const& p) {
params_ref solve_eq_p;
// conservative guassian elimination.
@ -80,7 +80,7 @@ static tactic * main_p(tactic* t) {
}
tactic * mk_qfbv_tactic(ast_manager& m, params_ref const & p, tactic* sat, tactic* smt) {
static tactic * mk_qfbv_tactic(ast_manager& m, params_ref const & p, tactic* sat, tactic* smt) {
params_ref local_ctx_p = p;
local_ctx_p.set_bool("local_ctx", true);