3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

ML API or' is deprecated, changed to ||'

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-04-15 18:32:06 +01:00
parent 9dc8021995
commit eb72afabfb

View file

@ -748,7 +748,7 @@ end = struct
Expr(z3_native_object_of_ast_ptr ctx no)
else
if (Z3native.is_numeral_ast (context_gno ctx) no) then
if (sk == INT_SORT or sk == REAL_SORT or sk == BV_SORT) then
if (sk == INT_SORT || sk == REAL_SORT || sk == BV_SORT) then
Expr(z3_native_object_of_ast_ptr ctx no)
else
raise (Z3native.Exception "Unsupported numeral object")