mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 04:45:52 +00:00
merging fixes with unstable
This commit is contained in:
commit
672b8e1022
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ def mk_dotnet():
|
|||
|
||||
|
||||
NULLWrapped = [ 'Z3_mk_context', 'Z3_mk_context_rc' ]
|
||||
Unwrapped = [ 'Z3_del_context' ]
|
||||
Unwrapped = [ 'Z3_del_context', 'Z3_get_error_code' ]
|
||||
|
||||
def mk_dotnet_wrappers():
|
||||
global Type2Str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue