3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-07-31 11:32:47 -07:00
parent 5533fc9dbc
commit 7de8c72246
9 changed files with 17 additions and 14 deletions

View file

@ -3122,13 +3122,11 @@ namespace smt2 {
m_num_bindings = 0;
m_num_open_paren = 0;
unsigned found_errors = 0;
try {
scan_core();
parse_sort(context);
if (!sort_stack().empty()) {
if (!sort_stack().empty())
return sort_ref(sort_stack().back(), m());
}
}
catch (z3_exception & ex) {
error(ex.msg());