mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-4468 Fix for gcc 4.
X-SVN-Rev: 17453
This commit is contained in:
parent
3e62d68db9
commit
74308f6729
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ itoa(int32_t i, char* buf)
|
|||
|
||||
// Array of our test objects
|
||||
|
||||
struct
|
||||
static struct
|
||||
{
|
||||
const char* name;
|
||||
Locale *locale;
|
||||
|
@ -108,7 +108,7 @@ param[] =
|
|||
{ "ne", NULL, U_USING_DEFAULT_WARNING, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } }
|
||||
};
|
||||
|
||||
int32_t bundles_count = sizeof(param) / sizeof(param[0]);
|
||||
static const int32_t bundles_count = sizeof(param) / sizeof(param[0]);
|
||||
|
||||
//***************************************************************************************
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue