(uintptr_t): Remove macro and decl; it's config.h's job.
authorJim Meyering <jim@meyering.net>
Mon, 22 Oct 2001 06:56:31 +0000 (06:56 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 22 Oct 2001 06:56:31 +0000 (06:56 +0000)
lib/regex.c

index 560a5944761dec0fa85b0b9b362103cd983e5f45..753c2610db893390de89f789e42036bde5d23f3e 100644 (file)
@@ -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