diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/io/locbund.h')
-rw-r--r-- | Build/source/libs/icu-xetex/io/locbund.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/icu-xetex/io/locbund.h b/Build/source/libs/icu-xetex/io/locbund.h index 5ec24edf261..f4ff449b1f1 100644 --- a/Build/source/libs/icu-xetex/io/locbund.h +++ b/Build/source/libs/icu-xetex/io/locbund.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 1998-2004, International Business Machines +* Copyright (C) 1998-2006s, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -31,6 +31,7 @@ typedef struct ULocaleBundle { char *fLocale; UNumberFormat *fNumberFormat[ULOCALEBUNDLE_NUMBERFORMAT_COUNT]; + UBool isInvariantLocale; } ULocaleBundle; |