update from gnulib
authorJim Meyering <jim@meyering.net>
Fri, 21 May 2004 07:45:45 +0000 (07:45 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 21 May 2004 07:45:45 +0000 (07:45 +0000)
lib/regex.c

index ac70b90dd3189f37d8ddb674004c0d6e25d5a377..32c15191158f444a71e62b2970528cb853e5c3b1 100644 (file)
@@ -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 <alloca.h>
-#    endif /* HAVE_ALLOCA_H */
-#   endif /* not __GNUC__ */
+#   include <alloca.h>
 
 #  endif /* not alloca */