]>
Commit | Line | Data |
---|---|---|
2ca993e8 A |
1 | --- ./common/unicode/uconfig.h 2016-03-19 21:18:39.000000000 -0700 |
2 | +++ ./common/unicode/uconfig.h 2016-03-29 15:23:56.000000000 -0700 | |
51004dcb | 3 | @@ -87,7 +87,7 @@ |
4388f060 A |
4 | * @internal |
5 | */ | |
6 | #ifndef U_DISABLE_RENAMING | |
7 | -#define U_DISABLE_RENAMING 0 | |
8 | +#define U_DISABLE_RENAMING 1 | |
9 | #endif | |
10 | ||
11 | /** | |
2ca993e8 | 12 | @@ -413,7 +413,7 @@ |
729e4ab9 | 13 | * @stable ICU 3.2 |
73c04bcf A |
14 | */ |
15 | #ifndef UCONFIG_NO_SERVICE | |
16 | -# define UCONFIG_NO_SERVICE 0 | |
17 | +# define UCONFIG_NO_SERVICE 1 | |
18 | #endif | |
19 | ||
51004dcb | 20 | /** |
2ca993e8 A |
21 | --- ./common/unicode/utypes.h 2016-04-20 14:47:56.000000000 -0700 |
22 | +++ ./common/unicode/utypes.h 2016-04-20 14:52:41.000000000 -0700 | |
23 | @@ -61,7 +61,7 @@ | |
24 | */ | |
25 | #ifdef __cplusplus | |
26 | # ifndef U_SHOW_CPLUSPLUS_API | |
27 | -# define U_SHOW_CPLUSPLUS_API 1 | |
28 | +# define U_SHOW_CPLUSPLUS_API 0 | |
29 | # endif | |
30 | #else | |
31 | # undef U_SHOW_CPLUSPLUS_API |