From: Jim Meyering Date: Mon, 22 Oct 2001 06:56:31 +0000 (+0000) Subject: (uintptr_t): Remove macro and decl; it's config.h's job. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b485270be2bd22a9678bacc714e80de2a5e92f;p=pspp (uintptr_t): Remove macro and decl; it's config.h's job. --- diff --git a/lib/regex.c b/lib/regex.c index 560a594476..753c2610db 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -295,12 +295,6 @@ init_syntax_once () # 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