summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-03 04:20:22 +0000
committerJim Meyering <jim@meyering.net>1997-02-03 04:20:22 +0000
commita2ffd5db028b9afdd2c34ac52af0d0083dc5669e (patch)
tree9c6cb4c322a4784daa15076a79dc361d5456d4e7 /src/system.h
parent704a69781e6abc1df9fb89741a4c07c6b17c8fc9 (diff)
downloadcoreutils-a2ffd5db028b9afdd2c34ac52af0d0083dc5669e.tar.xz
[__GNUC__]: Don't define alloca to __builtin_alloca.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 13634fe66..552d4c18e 100644
--- a/src/system.h
+++ b/src/system.h
@@ -287,7 +287,6 @@ char *getenv ();
#ifdef __GNUC__
# undef alloca
-# define alloca __builtin_alloca
#else
# ifdef HAVE_ALLOCA_H
# include <alloca.h>