mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
fix compilation errors after merge
This commit is contained in:
parent
d79837eed0
commit
b5fe473c3a
3 changed files with 5 additions and 3 deletions
|
@ -1767,9 +1767,6 @@ namespace smt2 {
|
|||
case scanner::BV_TOKEN:
|
||||
parse_bv_numeral();
|
||||
break;
|
||||
case scanner::STRING_TOKEN:
|
||||
parse_string();
|
||||
break;
|
||||
case scanner::LEFT_PAREN:
|
||||
push_expr_frame(m_num_expr_frames == 0 ? 0 : static_cast<expr_frame*>(m_stack.top()));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue