summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>