3
0
Fork 0
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:
Nuno Lopes 2014-09-25 15:56:01 +01:00
parent 84a61b5454
commit aaa931e0d5
6 changed files with 7 additions and 8 deletions

View file

@ -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.