Skip to content

Commit 2c53476

Browse files
authored
Merge pull request #3321 from apple/stdlib-internalize-private-data
2 parents 550bb31 + 1562c10 commit 2c53476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/stubs/UnicodeExtendedGraphemeClusters.cpp.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ trie_generator.serialize(grapheme_cluster_break_property_table)
5858
5959
#include <stdint.h>
6060
61-
const uint8_t _swift_stdlib_GraphemeClusterBreakPropertyTrieImpl[] = {
61+
static const uint8_t _swift_stdlib_GraphemeClusterBreakPropertyTrieImpl[] = {
6262
% for byte in trie_generator.trie_bytes:
6363
${byte},
6464
% end
@@ -123,7 +123,7 @@ extended_grapheme_cluster_rules_matrix = \
123123
}%
124124
125125
126-
const uint16_t _swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl[] = {
126+
static const uint16_t _swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl[] = {
127127
% for row in get_extended_grapheme_cluster_rules_matrix(grapheme_cluster_break_property_table):
128128
${row},
129129
% end

0 commit comments

Comments
 (0)