mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6157 fix for solaris linkage
X-SVN-Rev: 24119
This commit is contained in:
parent
607c301b0d
commit
2339b2ed30
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue