ICU-4707 A function can't be inline when it's always called out of line.

X-SVN-Rev: 19628
This commit is contained in:
George Rhoten 2006-05-21 07:27:31 +00:00
parent 361f663295
commit d2ec6dee38

View File

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