Skip to content

Commit a7cbb14

Browse files
authored
Use U_EXPORT instead of U_EXPORT2 for non-function symbol (#31)
1 parent 8ac07c9 commit a7cbb14

File tree

1 file changed

+1
-1
lines changed
  • icuSources/include/_foundation_unicode

1 file changed

+1
-1
lines changed

icuSources/include/_foundation_unicode/utf_old.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ typedef int32_t UTextOffset;
294294
// No forward declaration if compiling utf_impl.cpp, which defines utf8_countTrailBytes.
295295
#elif APPLE_ICU_CHANGES
296296
// rdar://86727185 Please adopt InstallAPI & enable Deadstripping...
297-
U_CAPI const uint8_t U_EXPORT2 utf8_countTrailBytes[];
297+
U_CAPI const uint8_t U_EXPORT utf8_countTrailBytes[];
298298
#elif defined(U_STATIC_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION)
299299
U_CAPI const uint8_t utf8_countTrailBytes[];
300300
#else

0 commit comments

Comments
 (0)