mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-13461 remove register keyword from C++ code
X-SVN-Rev: 40744
This commit is contained in:
parent
fbaef1f3b6
commit
76a9c82e1e
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ _strFromWCS( UChar *dest,
|
|||
pSrcLimit = src + srcLength;
|
||||
|
||||
for(;;){
|
||||
register int32_t nulLen = 0;
|
||||
int32_t nulLen = 0;
|
||||
|
||||
/* find nulls in the string */
|
||||
while(nulLen<srcLength && pSrc[nulLen++]!=0){
|
||||
|
|
Loading…
Add table
Reference in a new issue