mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
merging fixes with unstable
This commit is contained in:
commit
672b8e1022
|
@ -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…
Reference in a new issue