summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-21 07:45:45 +0000
committerJim Meyering <jim@meyering.net>2004-05-21 07:45:45 +0000
commitbe5c1f5065ed31e8e1ccddaff8a34f316d0d0599 (patch)
treed57ae9ed0fb1724c227fc299318f460ea5a4df1a /lib
parent29cb8457bcaa1c01eace1e94b06ed572f3520547 (diff)
downloadcoreutils-be5c1f5065ed31e8e1ccddaff8a34f316d0d0599.tar.xz
update from gnulib
Diffstat (limited to 'lib')
-rw-r--r--lib/regex.c10
1 files changed, 2 insertions, 8 deletions
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 <alloca.h>
-# endif /* HAVE_ALLOCA_H */
-# endif /* not __GNUC__ */
+# include <alloca.h>
# endif /* not alloca */