mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Z3_add_rec_def body is not a macro (#5963)
This commit is contained in:
parent
4f4e9a9963
commit
f43d9d00d4
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ extern "C" {
|
|||
return;
|
||||
}
|
||||
recfun_replace replace(m);
|
||||
p.set_definition(replace, pd, true, n, _vars.data(), abs_body);
|
||||
p.set_definition(replace, pd, false, n, _vars.data(), abs_body);
|
||||
Z3_CATCH;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue