File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ trie_generator.serialize(grapheme_cluster_break_property_table)
58
58
59
59
#include <stdint.h>
60
60
61
- const uint8_t _swift_stdlib_GraphemeClusterBreakPropertyTrieImpl[] = {
61
+ static const uint8_t _swift_stdlib_GraphemeClusterBreakPropertyTrieImpl[] = {
62
62
% for byte in trie_generator.trie_bytes:
63
63
${byte},
64
64
% end
@@ -123,7 +123,7 @@ extended_grapheme_cluster_rules_matrix = \
123
123
}%
124
124
125
125
126
- const uint16_t _swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl[] = {
126
+ static const uint16_t _swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl[] = {
127
127
% for row in get_extended_grapheme_cluster_rules_matrix(grapheme_cluster_break_property_table):
128
128
${row},
129
129
% end
You can’t perform that action at this time.
0 commit comments