mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
use _
This commit is contained in:
parent
e26e38b654
commit
33714ceb40
3 changed files with 17 additions and 18 deletions
|
@ -719,8 +719,8 @@ br_status seq_rewriter::mk_app_core(func_decl * f, unsigned num_args, expr * con
|
|||
SASSERT(num_args == 1);
|
||||
st = mk_str_stoi(args[0], result);
|
||||
break;
|
||||
case OP_CHAR_LE:
|
||||
case OP_CHAR_CONST:
|
||||
case _OP_CHAR_LE:
|
||||
case _OP_CHAR_CONST:
|
||||
break;
|
||||
case _OP_STRING_CONCAT:
|
||||
case _OP_STRING_PREFIX:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue