From d2ec6dee3872467fdb5a4ce6f564991f8f5fd38a Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Sun, 21 May 2006 07:27:31 +0000 Subject: [PATCH] ICU-4707 A function can't be inline when it's always called out of line. X-SVN-Rev: 19628 --- icu4c/source/i18n/ucol_wgt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/ucol_wgt.c b/icu4c/source/i18n/ucol_wgt.c index f2ce4918b45..f531344944c 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;