diff --git a/icu4c/source/i18n/ucol_wgt.c b/icu4c/source/i18n/ucol_wgt.c index f2ce4918b4..f531344944 100644 --- a/icu4c/source/i18n/ucol_wgt.c +++ b/icu4c/source/i18n/ucol_wgt.c @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 1999-2005, International Business Machines +* Copyright (C) 1999-2006, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -119,7 +119,7 @@ lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t countBytes) { } /* for uprv_sortArray: sort ranges in weight order */ -static U_INLINE int32_t U_CALLCONV +static int32_t U_CALLCONV compareRanges(const void *context, const void *left, const void *right) { uint32_t l, r;