]> git.saurik.com Git - apple/icu.git/blame - minimalpatchconfig.txt
ICU-59152.0.1.tar.gz
[apple/icu.git] / minimalpatchconfig.txt
CommitLineData
f3c0d7a5
A
1--- ./common/unicode/uconfig.h 2017-04-18 11:33:51.000000000 -0700
2+++ ./common/unicode/uconfig.h 2017-04-30 10:35:22.000000000 -0700
3@@ -89,7 +89,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 /**
f3c0d7a5 12@@ -415,7 +415,7 @@
46f4442e 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 /**
f3c0d7a5
A
21--- ./common/unicode/udata.h 2017-04-21 17:18:05.000000000 -0700
22+++ ./common/unicode/udata.h 2017-04-30 10:43:56.000000000 -0700
23@@ -401,10 +401,10 @@
51004dcb
A
24 typedef enum UDataFileAccess {
25 /** ICU looks for data in single files first, then in packages. (default) @stable ICU 3.4 */
26 UDATA_FILES_FIRST,
27- /** An alias for the default access mode. @stable ICU 3.4 */
46f4442e 28- UDATA_DEFAULT_ACCESS = UDATA_FILES_FIRST,
51004dcb
A
29 /** ICU only loads data from packages, not from single files. @stable ICU 3.4 */
30 UDATA_ONLY_PACKAGES,
31+ /** An alias for the default access mode. @stable ICU 3.4 */
46f4442e 32+ UDATA_DEFAULT_ACCESS = UDATA_ONLY_PACKAGES,
51004dcb
A
33 /** ICU loads data from packages first, and only from single files
34 if the data cannot be found in a package. @stable ICU 3.4 */
35 UDATA_PACKAGES_FIRST,
f3c0d7a5
A
36--- ./common/unicode/utypes.h 2017-04-27 17:14:50.000000000 -0700
37+++ ./common/unicode/utypes.h 2017-04-30 10:36:14.000000000 -0700
38@@ -63,7 +63,7 @@
729e4ab9 39 */
4388f060 40 #ifdef __cplusplus
729e4ab9
A
41 # ifndef U_SHOW_CPLUSPLUS_API
42-# define U_SHOW_CPLUSPLUS_API 1
43+# define U_SHOW_CPLUSPLUS_API 0
44 # endif
45 #else
46 # undef U_SHOW_CPLUSPLUS_API