mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 00:11:55 +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
|
@ -287,7 +287,7 @@ namespace datalog {
|
|||
universal (if is_forall is true) or existential
|
||||
quantifier.
|
||||
*/
|
||||
expr_ref bind_variables(expr* fml, bool is_forall);
|
||||
expr_ref bind_vars(expr* fml, bool is_forall);
|
||||
|
||||
/**
|
||||
Register datalog relation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue