mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1220 use inline and not U_INLINE in C++.
X-SVN-Rev: 7555
This commit is contained in:
parent
ff75f5eacf
commit
de48cf6149
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ static int printTransliterators(const char *pname, int canon)
|
|||
/* Return the offset of a byte in its source, given the from and to offsets
|
||||
vectors and the byte offset itself. */
|
||||
|
||||
static U_INLINE int32_t dataOffset(const int32_t * fromoffsets,
|
||||
static inline int32_t dataOffset(const int32_t * fromoffsets,
|
||||
int32_t whereto, const int32_t * tooffsets) {
|
||||
return fromoffsets[tooffsets[whereto]];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue