Skip to content

Commit 164d19b

Browse files
Make "Any" the first entry.
1 parent 1965ed6 commit 164d19b

File tree

3 files changed

+370
-369
lines changed

3 files changed

+370
-369
lines changed

Modules/grapheme_cluster_break_automaton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
typedef enum {
2+
Any,
23
CR,
34
LF,
45
Control,
@@ -16,7 +17,6 @@ typedef enum {
1617
E_Modifier,
1718
Glue_After_Zwj,
1819
E_Base_GAZ,
19-
Any,
2020
eot
2121
} GraphemeClusterBreakType;
2222

0 commit comments

Comments
 (0)