diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/i18n/ucol_wgt.c')
-rw-r--r-- | Build/source/libs/icu-xetex/i18n/ucol_wgt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/icu-xetex/i18n/ucol_wgt.c b/Build/source/libs/icu-xetex/i18n/ucol_wgt.c index f2ce4918b45..f531344944c 100644 --- a/Build/source/libs/icu-xetex/i18n/ucol_wgt.c +++ b/Build/source/libs/icu-xetex/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; |