mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-2449 fix U_INLINE to inline in C++
X-SVN-Rev: 12660
This commit is contained in:
parent
09564ef233
commit
69428c2161
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ ConversionTest::TestFromUnicode() {
|
|||
|
||||
// output helpers ---------------------------------------------------------- ***
|
||||
|
||||
static U_INLINE char
|
||||
static inline char
|
||||
hexDigit(uint8_t digit) {
|
||||
return digit<=9 ? (char)('0'+digit) : (char)('a'-10+digit);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue