From: Jim Meyering Date: Sat, 1 Sep 2001 07:39:56 +0000 (+0000) Subject: (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=910664bf487466d2ab193863bd42e19f34626900;p=pspp (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. --- diff --git a/lib/regex.c b/lib/regex.c index 83a6820b59..1840b03ef7 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -297,6 +297,7 @@ init_syntax_once () /* Integer type for pointers. */ # if !defined _LIBC +#define uintptr_t private_uintptr_t typedef unsigned long int uintptr_t; # endif