2001-11-15 Jeff Law <law@redhat.com>
* posix/regex.c (uintptr_t): Do not provide a definition if the
system provided one.
+2001-11-15 Jeff Law <law@redhat.com>
+
+ * posix/regex.c (uintptr_t): Do not provide a definition if the
+ system provided one.
+
2001-11-13 Roland McGrath <roland@frob.com>
* stdio-common/tmpfile.c: Moved to ...
# endif /* emacs */
\f
/* Integer type for pointers. */
-# if !defined _LIBC
+# if !defined _LIBC && !defined HAVE_UINTPTR_T
typedef unsigned long int uintptr_t;
# endif