mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
merge with unstable branch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
3ba2e712b2
72 changed files with 925 additions and 930 deletions
|
@ -1174,7 +1174,7 @@ def mk_ml():
|
|||
ml_i.write('type ptr\n')
|
||||
ml_native.write('and z3_symbol = ptr\n')
|
||||
ml_i.write('and z3_symbol = ptr\n')
|
||||
for k, v in Type2Str.iteritems():
|
||||
for k, v in Type2Str.items():
|
||||
if is_obj(k):
|
||||
ml_native.write('and %s = ptr\n' % v.lower())
|
||||
ml_i.write('and %s = ptr\n' % v.lower())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue