From 2339b2ed305cef7307b7c70c3e7c5aa91d28717f Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 6 Jun 2008 21:04:15 +0000 Subject: [PATCH] ICU-6157 fix for solaris linkage X-SVN-Rev: 24119 --- icu4c/source/i18n/dtitvinf.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/icu4c/source/i18n/dtitvinf.cpp b/icu4c/source/i18n/dtitvinf.cpp index 896b29348ef..d43ff6df575 100644 --- a/icu4c/source/i18n/dtitvinf.cpp +++ b/icu4c/source/i18n/dtitvinf.cpp @@ -532,6 +532,8 @@ DateIntervalInfo::deleteHash(Hashtable* hTable) } +U_CDECL_BEGIN + /** * set hash table value comparator * @@ -541,6 +543,8 @@ DateIntervalInfo::deleteHash(Hashtable* hTable) */ static UBool U_CALLCONV hashTableValueComparator(UHashTok val1, UHashTok val2); +U_CDECL_END + UBool U_CALLCONV hashTableValueComparator(UHashTok val1, UHashTok val2) { const UnicodeString* pattern1 = (UnicodeString*)val1.pointer;