ICU-9127 workaround for os400 also

X-SVN-Rev: 31464
This commit is contained in:
Steven R. Loomis 2012-02-21 06:47:28 +00:00
parent 08b039b84a
commit ee88f60df4

View File

@ -479,7 +479,7 @@ public:
*/
virtual UClassID getDynamicClassID() const;
#if defined(__xlC__)
#if defined(__xlC__) || (U_PLATFORM == U_PF_OS390) || (U_PLATFORM ==U_PF_OS400)
// Work around a compiler bug on xlC 11.1 on AIX 7.1 that would
// prevent PluralSelectorAdapter from implementing private PluralSelector.
// xlC error message: