]> granicus.if.org Git - icu/commitdiff
ICU-20119 Remove C linkage declaration; urename.h BRS-update script (#169)
authorgnrunge <41129501+gnrunge@users.noreply.github.com>
Tue, 25 Sep 2018 19:03:25 +0000 (12:03 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:41 +0000 (14:27 -0700)
otherwise includes entry points that should not be included.

icu4c/source/common/characterproperties.cpp

index 53367489de05fa20ffea3e99b1268052fc7ffbbf..3aff85b3f1193ef8a9ffd20349df171b3a554886 100644 (file)
@@ -28,8 +28,6 @@ using icu::UnicodeSet;
 
 namespace {
 
-U_CDECL_BEGIN
-
 UBool U_CALLCONV characterproperties_cleanup();
 
 struct Inclusion {
@@ -82,8 +80,6 @@ UBool U_CALLCONV characterproperties_cleanup() {
     return TRUE;
 }
 
-U_CDECL_END
-
 }  // namespace
 
 U_NAMESPACE_BEGIN