X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex.c;h=32c15191158f444a71e62b2970528cb853e5c3b1;hb=d33e27b00b65fc12a046ca1f1bdb17bc5c1d1585;hp=ac70b90dd3189f37d8ddb674004c0d6e25d5a377;hpb=d136d93044a019aaa81839d1725fdf7a7913a6fd;p=gnulib.git 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 */