projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe5bbd
)
(uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
author
Jim Meyering
<jim@meyering.net>
Sat, 1 Sep 2001 07:39:56 +0000
(07:39 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/lib/regex.c
b/lib/regex.c
index 83a6820b59e7b8e09a1302a11f7b5c32ee1160d4..1840b03ef7e0ff464f0c47841f05c7d9b98fd461 100644
(file)
--- a/
lib/regex.c
+++ b/
lib/regex.c
@@
-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