We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac07c9 commit a7cbb14Copy full SHA for a7cbb14
icuSources/include/_foundation_unicode/utf_old.h
@@ -294,7 +294,7 @@ typedef int32_t UTextOffset;
294
// No forward declaration if compiling utf_impl.cpp, which defines utf8_countTrailBytes.
295
#elif APPLE_ICU_CHANGES
296
// rdar://86727185 Please adopt InstallAPI & enable Deadstripping...
297
-U_CAPI const uint8_t U_EXPORT2 utf8_countTrailBytes[];
+U_CAPI const uint8_t U_EXPORT utf8_countTrailBytes[];
298
#elif defined(U_STATIC_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION)
299
U_CAPI const uint8_t utf8_countTrailBytes[];
300
#else
0 commit comments