ICU-2529 close the namespace inside the #ifdef please

X-SVN-Rev: 10405
This commit is contained in:
Steven R. Loomis 2002-11-28 01:27:35 +00:00
parent c8515c5cb4
commit 2720003f78
2 changed files with 2 additions and 2 deletions

View file

@ -247,7 +247,7 @@ DigitList::append(char digit)
fDigits[fCount++] = digit;
}
#endif // _DIGITLST
U_NAMESPACE_END
#endif // _DIGITLST
//eof

View file

@ -247,7 +247,7 @@ DigitList::append(char digit)
fDigits[fCount++] = digit;
}
#endif // _DIGITLST
U_NAMESPACE_END
#endif // _DIGITLST
//eof