mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
use _
This commit is contained in:
parent
e26e38b654
commit
33714ceb40
3 changed files with 17 additions and 18 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue