3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 01:18:45 +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

@ -27,7 +27,6 @@ Revision History:
#include <string>
#include "util/lbool.h"
enum seq_sort_kind {
SEQ_SORT,
RE_SORT,
@ -87,8 +86,8 @@ enum seq_op_kind {
OP_STRING_TO_CODE,
OP_STRING_FROM_CODE,
OP_CHAR_CONST, // constant character
OP_CHAR_LE, // Unicode comparison
_OP_CHAR_CONST, // constant character
_OP_CHAR_LE, // Unicode comparison
// internal only operators. Converted to SEQ variants.
_OP_STRING_FROM_CHAR,
_OP_STRING_STRREPL,