ICU-7284 Need to #undef RegexPatternDump before redefining it (in case internal functions are hidden)

X-SVN-Rev: 27080
This commit is contained in:
Peter Edberg 2009-12-16 09:21:29 +00:00
parent 0832385224
commit 3d297e601e

View File

@ -78,6 +78,7 @@ class RegexCImpl;
U_INTERNAL void U_EXPORT2
RegexPatternDump(const RegexPattern *pat);
#else
#undef RegexPatternDump
#define RegexPatternDump(pat)
#endif