mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-2962 Fix a warning on Solaris and an error on z/OS
X-SVN-Rev: 13257
This commit is contained in:
parent
057add3351
commit
156eaa13a8
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
U_CDECL_BEGIN
|
||||
/**
|
||||
* Function type for comparing two items as part of sorting an array or similar.
|
||||
* Callback function for uprv_sortArray().
|
||||
|
@ -37,6 +38,7 @@
|
|||
*/
|
||||
typedef int32_t U_CALLCONV
|
||||
UComparator(const void *context, const void *left, const void *right);
|
||||
U_CDECL_END
|
||||
|
||||
/**
|
||||
* Array sorting function.
|
||||
|
|
Loading…
Add table
Reference in a new issue