3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-11 03:33:35 +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);
if (!e) {
SET_ERROR_CODE(Z3_INVALID_ARG);
RETURN_Z3("");
return "";
}
rational r;
arith_util & u = mk_c(c)->autil();