Skip to content

Commit

Permalink
Z3_add_rec_def body is not a macro (#5963)
Browse files Browse the repository at this point in the history
  • Loading branch information
let-def committed Apr 11, 2022
1 parent 4f4e9a9 commit f43d9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api_ast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit f43d9d0

Please sign in to comment.