projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4989c1b
)
(uintptr_t): Remove macro and decl; it's config.h's job.
author
Jim Meyering
<jim@meyering.net>
Mon, 22 Oct 2001 06:56:31 +0000
(06:56 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 22 Oct 2001 06:56:31 +0000
(06:56 +0000)
lib/regex.c
patch
|
blob
|
history
diff --git
a/lib/regex.c
b/lib/regex.c
index 560a5944761dec0fa85b0b9b362103cd983e5f45..753c2610db893390de89f789e42036bde5d23f3e 100644
(file)
--- a/
lib/regex.c
+++ b/
lib/regex.c
@@
-295,12
+295,6
@@
init_syntax_once ()
# endif /* emacs */
\f
-/* Integer type for pointers. */
-# if !defined _LIBC
-#define uintptr_t private_uintptr_t
-typedef unsigned long int uintptr_t;
-# endif
-
/* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
use `alloca' instead of `malloc'. This is because using malloc in
re_search* or re_match* could cause memory leaks when C-g is used in