Skip to content

Commit fc67fa2

Browse files
committed
move the definition up
1 parent 381616c commit fc67fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

icu4c/source/common/uniset_props.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ UBool UnicodeSet::resemblesPattern(const UnicodeString& pattern, int32_t pos) {
223223
// Implementation: Pattern parsing
224224
//----------------------------------------------------------------
225225

226+
#define U_DEBUGGING_UNICODESET_PARSING 0
227+
226228
class UnicodeSet::Lexer {
227229
public:
228230
Lexer(const UnicodeString &pattern,
@@ -639,8 +641,6 @@ namespace {
639641

640642
constexpr int32_t MAX_DEPTH = 100;
641643

642-
#define U_DEBUGGING_UNICODESET_PARSING 0
643-
644644
#if U_DEBUGGING_UNICODESET_PARSING
645645

646646
#define U_UNICODESET_RETURN_IF_ERROR(ec) \

0 commit comments

Comments
 (0)