From a61108f050cc08f196f5633780966d349019cf56 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 25 Sep 2001 16:38:20 +0000 Subject: [PATCH] ICU-1211 AIX fix X-SVN-Rev: 5912 --- icu4c/source/i18n/ucol_tok.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/ucol_tok.cpp b/icu4c/source/i18n/ucol_tok.cpp index 9206687d453..732fbc704ba 100644 --- a/icu4c/source/i18n/ucol_tok.cpp +++ b/icu4c/source/i18n/ucol_tok.cpp @@ -64,7 +64,7 @@ void ucol_tok_initTokenList(UColTokenParser *src, const UChar *rules, const uint src->resultLen = 0; } -U_INLINE void +inline void syntaxError( const UChar* rules, int32_t pos, int32_t rulesLen,