mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-10373 Fix ambiguous names build problem from previous namesapce change.
X-SVN-Rev: 34253
This commit is contained in:
parent
8f38199123
commit
d4233dc050
2 changed files with 0 additions and 5 deletions
icu4c/source/common
|
@ -44,7 +44,6 @@
|
|||
#include "ucln_cmn.h"
|
||||
#include "ustr_cnv.h"
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
#if 0
|
||||
#include <stdio.h>
|
||||
|
@ -1702,6 +1701,4 @@ ucnv_swap(const UDataSwapper *ds,
|
|||
|
||||
#endif /* #if !UCONFIG_NO_LEGACY_CONVERSION */
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
#endif
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include "putilimp.h"
|
||||
#include "uassert.h"
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
/*
|
||||
Static cache for already opened resource bundles - mostly for keeping fallback info
|
||||
|
@ -2879,5 +2878,4 @@ ures_getVersionByKey(const UResourceBundle* res, const char *key, UVersionInfo v
|
|||
}
|
||||
}
|
||||
|
||||
U_NAMESPACE_END
|
||||
/* eof */
|
||||
|
|
Loading…
Add table
Reference in a new issue