From be5c1f5065ed31e8e1ccddaff8a34f316d0d0599 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 21 May 2004 07:45:45 +0000 Subject: update from gnulib --- lib/regex.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'lib') diff --git a/lib/regex.c b/lib/regex.c index ac70b90dd..32c151911 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -4,7 +4,7 @@ internationalization features.) Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003 Free Software Foundation, Inc. + 2002, 2003, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -275,13 +275,7 @@ init_syntax_once (void) # ifndef alloca /* Make alloca work the best possible way. */ -# ifdef __GNUC__ -# define alloca __builtin_alloca -# else /* not __GNUC__ */ -# if HAVE_ALLOCA_H -# include -# endif /* HAVE_ALLOCA_H */ -# endif /* not __GNUC__ */ +# include # endif /* not alloca */ -- cgit v1.2.3-54-g00ecf