changeset 3438:3eac9032b695

(uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it doesn't conflict with sparc-sun-solaris2.7's definition in /usr/include/sys/int_types.h.
author Jim Meyering <jim@meyering.net>
date Sat, 01 Sep 2001 07:39:56 +0000
parents b4c6e42f9dd9
children a83d77bda801
files lib/regex.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -297,6 +297,7 @@
 
 /* Integer type for pointers.  */
 # if !defined _LIBC
+#define uintptr_t private_uintptr_t
 typedef unsigned long int uintptr_t;
 # endif