mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-770 Fix for AIX
X-SVN-Rev: 5655
This commit is contained in:
parent
88f30a02e2
commit
e95a1ea90e
1 changed files with 2 additions and 2 deletions
|
@ -70,9 +70,9 @@ static UDataMemory* UDATA_POINTER = 0;
|
|||
static UMTX LOCK;
|
||||
static UBool DATA_LOADED = FALSE;
|
||||
|
||||
const TimeZone* GMT = NULL;
|
||||
static TimeZone* GMT = NULL;
|
||||
|
||||
static void loadZoneData(void);
|
||||
static void loadZoneData(void);
|
||||
static const TZEquivalencyGroup* lookupEquivalencyGroup(const UnicodeString& id);
|
||||
|
||||
// -------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue