mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-5955 Change declaration of inline function to static.
X-SVN-Rev: 24131
This commit is contained in:
parent
7c178f621e
commit
c5664786eb
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ static inline UBool ucol_unsafeCP(UChar c, const UCollator *coll) {
|
|||
#endif /* XP_CPLUSPLUS */
|
||||
|
||||
/* The offsetBuffer in collIterate might need to be freed to avoid memory leaks. */
|
||||
static inline void freeOffsetBuffer(collIterate *s) {
|
||||
static void freeOffsetBuffer(collIterate *s) {
|
||||
if (s != NULL && s->offsetBuffer != NULL) {
|
||||
uprv_free(s->offsetBuffer);
|
||||
s->offsetBuffer = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue