]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/messagepattern.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / unicode / messagepattern.h
index 396f96e3bb1c36e5850bfc00106c4f01ad658b68..04f00a8757d7832179098246317ac907738d122a 100644 (file)
@@ -24,6 +24,8 @@
 
 #include "unicode/utypes.h"
 
+#if U_SHOW_CPLUSPLUS_API
+
 #if !UCONFIG_NO_FORMATTING
 
 #include "unicode/parseerr.h"
@@ -296,7 +298,6 @@ enum {
  */
 #define UMSGPAT_NO_NUMERIC_VALUE ((double)(-123456789))
 
-#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 class MessagePatternDoubleList;
@@ -940,8 +941,9 @@ private:
 };
 
 U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
 
 #endif  // !UCONFIG_NO_FORMATTING
 
+#endif /* U_SHOW_CPLUSPLUS_API */
+
 #endif  // __MESSAGEPATTERN_H__