[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/icu/devel icu-gcc41.patch,1.1,1.2
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/icu/devel icu-gcc41.patch,1.1,1.2
- Date: Tue, 3 Jan 2006 05:59:41 -0500
Author: caolanm
Update of /cvs/dist/rpms/icu/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1984
Modified Files:
icu-gcc41.patch
Log Message:
bit more
icu-gcc41.patch:
putilimp.h | 24 ++----------------------
1 files changed, 2 insertions(+), 22 deletions(-)
Index: icu-gcc41.patch
===================================================================
RCS file: /cvs/dist/rpms/icu/devel/icu-gcc41.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icu-gcc41.patch 3 Jan 2006 10:54:36 -0000 1.1
+++ icu-gcc41.patch 3 Jan 2006 10:59:37 -0000 1.2
@@ -1,6 +1,6 @@
--- icu/source/common/putilimp.h.orig 2005-06-30 18:21:58.000000000 -0400
+++ icu/source/common/putilimp.h 2006-01-03 05:51:01.000000000 -0500
-@@ -254,26 +254,5 @@
+@@ -254,26 +254,6 @@
* @internal
*/
#ifndef U_MAX_PTR
@@ -27,4 +27,5 @@
-#endif
-
+#define U_MAX_PTR(base) ((void *)(((uintptr_t)(base)+0x7fffffff) > (uintptr_t)(base) ? ((uintptr_t)(base)+0x7fffffff) : (uintptr_t)-1))
++#endif
#endif
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]