ICU-2962 Fix a warning on Solaris and an error on z/OS

X-SVN-Rev: 13257
This commit is contained in:
George Rhoten 2003-09-30 20:14:56 +00:00
parent 057add3351
commit 156eaa13a8

View file

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