(uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
authorJim Meyering <jim@meyering.net>
Sat, 1 Sep 2001 07:39:56 +0000 (07:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Sep 2001 07:39:56 +0000 (07:39 +0000)
doesn't conflict with sparc-sun-solaris2.7's definition in
/usr/include/sys/int_types.h.

lib/regex.c

index 83a6820b59e7b8e09a1302a11f7b5c32ee1160d4..1840b03ef7e0ff464f0c47841f05c7d9b98fd461 100644 (file)
@@ -297,6 +297,7 @@ init_syntax_once ()
 \f
 /* Integer type for pointers.  */
 # if !defined _LIBC
+#define uintptr_t private_uintptr_t
 typedef unsigned long int uintptr_t;
 # endif