3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-01-26 14:56:48 -08:00
parent e26e38b654
commit 33714ceb40
3 changed files with 17 additions and 18 deletions

View file

@ -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: