X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..HEAD:/icuSources/common/unicode/messagepattern.h diff --git a/icuSources/common/unicode/messagepattern.h b/icuSources/common/unicode/messagepattern.h index 396f96e3..04f00a87 100644 --- a/icuSources/common/unicode/messagepattern.h +++ b/icuSources/common/unicode/messagepattern.h @@ -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__