Skip to content

Commit 7888f1e

Browse files
committed
stubs: do not expose internals
Remove the export decoration on implementations. The details are indirected through a pointer to the data. There is no need to make the data itself visible. This was detected during work to support Windows/MSVCRT.
1 parent 9af888c commit 7888f1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/stubs/UnicodeExtendedGraphemeClusters.cpp.gyb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ trie_generator.serialize(grapheme_cluster_break_property_table)
5858
5959
#include <stdint.h>
6060
61-
SWIFT_RUNTIME_STDLIB_INTERFACE
6261
const uint8_t _swift_stdlib_GraphemeClusterBreakPropertyTrieImpl[] = {
6362
% for byte in trie_generator.trie_bytes:
6463
${byte},
@@ -124,7 +123,6 @@ extended_grapheme_cluster_rules_matrix = \
124123
}%
125124
126125
127-
SWIFT_RUNTIME_STDLIB_INTERFACE
128126
const uint16_t _swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl[] = {
129127
% for row in get_extended_grapheme_cluster_rules_matrix(grapheme_cluster_break_property_table):
130128
${row},

0 commit comments

Comments
 (0)