mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 10:14:42 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
711023d557
commit
482738bc8a
5 changed files with 15 additions and 8 deletions
|
@ -73,7 +73,7 @@ extern "C" {
|
|||
('P' == *m) ||
|
||||
('+' == *m))))) {
|
||||
SET_ERROR_CODE(Z3_PARSER_ERROR);
|
||||
return 0;
|
||||
RETURN_Z3(0);
|
||||
}
|
||||
++m;
|
||||
}
|
||||
|
@ -235,7 +235,7 @@ extern "C" {
|
|||
expr* e = to_expr(a);
|
||||
if (!e) {
|
||||
SET_ERROR_CODE(Z3_INVALID_ARG);
|
||||
return "";
|
||||
RETURN_Z3("");
|
||||
}
|
||||
rational r;
|
||||
arith_util & u = mk_c(c)->autil();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue