]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/choicfmt.cpp
ICU-511.32.tar.gz
[apple/icu.git] / icuSources / i18n / choicfmt.cpp
index 58b440a7e4cda4906f258bc1361ddf149a6b4e69..79a722bdfee66984d414e4e7a44c2d09c35ef950 100644 (file)
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-* Copyright (C) 1997-2011, International Business Machines Corporation and    *
+* Copyright (C) 1997-2012, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 *
@@ -64,8 +64,8 @@ static const UChar RIGHT_CURLY_BRACE = 0x7D;    /*}*/
 #endif
 #define INFINITY     ((UChar)0x221E)
 
-static const UChar gPositiveInfinity[] = {INFINITY, 0};
-static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
+//static const UChar gPositiveInfinity[] = {INFINITY, 0};
+//static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
 #define POSITIVE_INF_STRLEN 1
 #define NEGATIVE_INF_STRLEN 2