mirror of
https://github.com/Z3Prover/z3
synced 2025-06-08 07:03:23 +00:00
more descriptive naming convention
This commit is contained in:
parent
4b3fecc35e
commit
d03fdf5fed
7 changed files with 16 additions and 16 deletions
|
@ -876,7 +876,7 @@ extern "C" {
|
|||
solver::push_eh_t _push = push_eh;
|
||||
solver::pop_eh_t _pop = pop_eh;
|
||||
solver::fresh_eh_t _fresh = [&](void * user_ctx, ast_manager& m, solver::context_obj*& _ctx) {
|
||||
ast_context params;
|
||||
ast_context_params params;
|
||||
params.set_foreign_manager(&m);
|
||||
auto* ctx = alloc(api::context, ¶ms, false);
|
||||
_ctx = alloc(api_context_obj, ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue