mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
fix build with gcc
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
84a61b5454
commit
aaa931e0d5
6 changed files with 7 additions and 8 deletions
|
@ -370,7 +370,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
void rule_manager::bind_variables(expr* fml, bool is_forall, expr_ref& result) {
|
||||
result = m_ctx.bind_variables(fml, is_forall);
|
||||
result = m_ctx.bind_vars(fml, is_forall);
|
||||
}
|
||||
|
||||
void rule_manager::flatten_body(app_ref_vector& body) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue