From: Jim Meyering Date: Fri, 21 May 2004 07:50:27 +0000 (+0000) Subject: update from gnulib X-Git-Tag: v5.3.0~1508 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8492b24cfc9ed977bdbc4e3f5c9c5768511612c1;p=thirdparty%2Fcoreutils.git update from gnulib --- diff --git a/lib/fnmatch.c b/lib/fnmatch.c index d0cd8cdd79..b9b0598340 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -24,29 +24,13 @@ # define _GNU_SOURCE 1 #endif -#ifdef __GNUC__ -# define alloca __builtin_alloca -# define HAVE_ALLOCA 1 -#else -# if defined HAVE_ALLOCA_H || defined _LIBC -# include -# else -# ifdef _AIX - # pragma alloca -# else -# ifndef alloca -char *alloca (); -# endif -# endif -# endif -#endif - #if ! defined __builtin_expect && __GNUC__ < 3 # define __builtin_expect(expr, expected) (expr) #endif #include +#include #include #include #include