]> granicus.if.org Git - icu/commitdiff
ICU-9542 fix stray comma with -DUCONFIG_NO_BREAK_ITERATION=1 (was not valid C++)
authorSteven R. Loomis <srl@icu-project.org>
Thu, 27 Sep 2012 21:17:58 +0000 (21:17 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Thu, 27 Sep 2012 21:17:58 +0000 (21:17 +0000)
X-SVN-Rev: 32449

icu4c/source/i18n/unicode/udat.h

index 9a023888319347e340a6a3dff27a64aef8698b4c..ee366c67540d62ad6054424cf00c57c380c58f47 100644 (file)
@@ -232,8 +232,12 @@ typedef enum UDateFormatContextValue {
      * isolated name on a calendar page.
      * @draft ICU 49
      */
-    UDAT_CAPITALIZATION_FOR_STANDALONE = 4
+    UDAT_CAPITALIZATION_FOR_STANDALONE = 4,
 #endif
+    /**
+     * @internal
+     */
+    UDAT_CONTEXT_DEFAULT = UDAT_CONTEXT_UNKNOWN
 } UDateFormatContextValue;
 
 /**