ICU-6157 fix for solaris linkage

X-SVN-Rev: 24119
This commit is contained in:
Steven R. Loomis 2008-06-06 21:04:15 +00:00
parent 607c301b0d
commit 2339b2ed30

View file

@ -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;