# HG changeset patch # User Jim Meyering # Date 1003733791 0 # Node ID 49dcd962cbcd522678ea9a06acc739da4c3d888b # Parent 5a3c1b83a80c88d57785e804cf11d080a36959f5 (uintptr_t): Remove macro and decl; it's config.h's job. diff --git a/lib/regex.c b/lib/regex.c --- 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