mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix #5113
This commit is contained in:
parent
a99e75f58f
commit
d9af8ea9fb
3 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,7 @@ extern "C" {
|
|||
Z3_TRY;
|
||||
ast_manager& m = mk_c(c)->m();
|
||||
scoped_ptr<cmd_context> ctx = alloc(cmd_context, false, &(m));
|
||||
ctx->register_plist();
|
||||
ctx->set_ignore_check(true);
|
||||
Z3_ast_vector_ref * v = alloc(Z3_ast_vector_ref, *mk_c(c), m);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue