3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 22:23:22 +00:00

fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-01-07 18:32:31 -08:00
parent 482738bc8a
commit e7851a0637

View file

@ -235,7 +235,7 @@ extern "C" {
expr* e = to_expr(a); expr* e = to_expr(a);
if (!e) { if (!e) {
SET_ERROR_CODE(Z3_INVALID_ARG); SET_ERROR_CODE(Z3_INVALID_ARG);
RETURN_Z3(""); return "";
} }
rational r; rational r;
arith_util & u = mk_c(c)->autil(); arith_util & u = mk_c(c)->autil();