]>
Commit | Line | Data |
---|---|---|
3d1f044b A |
1 | --- ./common/unicode/uconfig.h 2019-03-09 11:10:03.000000000 -0800 |
2 | +++ ./common/unicode/uconfig.h 2019-03-10 17:11:24.000000000 -0700 | |
f3c0d7a5 | 3 | @@ -89,7 +89,7 @@ |
0f5d89e8 A |
4 | * @internal |
5 | */ | |
6 | #ifndef U_DISABLE_RENAMING | |
4388f060 A |
7 | -#define U_DISABLE_RENAMING 0 |
8 | +#define U_DISABLE_RENAMING 1 | |
0f5d89e8 A |
9 | #endif |
10 | ||
11 | /** | |
3d1f044b | 12 | @@ -430,7 +430,7 @@ |
0f5d89e8 A |
13 | * @stable ICU 3.2 |
14 | */ | |
15 | #ifndef UCONFIG_NO_SERVICE | |
73c04bcf A |
16 | -# define UCONFIG_NO_SERVICE 0 |
17 | +# define UCONFIG_NO_SERVICE 1 | |
0f5d89e8 A |
18 | #endif |
19 | ||
20 | /** | |
3d1f044b A |
21 | --- ./common/unicode/utypes.h 2019-03-09 11:10:04.000000000 -0800 |
22 | +++ ./common/unicode/utypes.h 2019-03-10 17:09:43.000000000 -0700 | |
f3c0d7a5 | 23 | @@ -63,7 +63,7 @@ |
0f5d89e8 A |
24 | */ |
25 | #ifdef __cplusplus | |
26 | # ifndef U_SHOW_CPLUSPLUS_API | |
2ca993e8 A |
27 | -# define U_SHOW_CPLUSPLUS_API 1 |
28 | +# define U_SHOW_CPLUSPLUS_API 0 | |
0f5d89e8 A |
29 | # endif |
30 | #else | |
31 | # undef U_SHOW_CPLUSPLUS_API |