changeset 3559:49dcd962cbcd

(uintptr_t): Remove macro and decl; it's config.h's job.
author Jim Meyering <jim@meyering.net>
date Mon, 22 Oct 2001 06:56:31 +0000
parents 5a3c1b83a80c
children 32ef5c533da8
files lib/regex.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -295,12 +295,6 @@
 
 # endif /* emacs */
 
-/* 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