repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git]
/
components
/
library
/
icu-72
/
patches
/
148-source-common-unicode-uconfig.h.patch
blob
a2d26e89c9d2a2130e55f2f5e17c26c7c2589b98
1
# to make disable renaming permanent
2
3
--- icu/source/common/unicode/uconfig.h.orig
4
+++ icu/source/common/unicode/uconfig.h
5
@@ -89,7 +89,7 @@
6
* @internal
7
*/
8
#ifndef U_DISABLE_RENAMING
9
-#define U_DISABLE_RENAMING 0
10
+#define U_DISABLE_RENAMING 1
11
#endif
12
13
/**