mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 06:33:23 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
482738bc8a
commit
e7851a0637
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue