aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:52:40 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:52:40 +0000
commitdab0a79e6a8a8bfb0a435476bde8abffda624b71 (patch)
treee8a1fece2f1e2ec83a2cad0df5a3c2a33123d48b
parentf376e137d46ac34615746a297d8bc1d9f9fd7eca (diff)
downloadgcc-dab0a79e6a8a8bfb0a435476bde8abffda624b71.zip
gcc-dab0a79e6a8a8bfb0a435476bde8abffda624b71.tar.gz
gcc-dab0a79e6a8a8bfb0a435476bde8abffda624b71.tar.bz2
remove CONFIG_BROKETS
From-SVN: r8130
-rw-r--r--gcc/alloca.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/alloca.c b/gcc/alloca.c
index d1f4d1a..7020f32 100644
--- a/gcc/alloca.c
+++ b/gcc/alloca.c
@@ -22,11 +22,7 @@
your main control loop, etc. to force garbage collection. */
#ifdef HAVE_CONFIG_H
-#if defined (emacs) || defined (CONFIG_BROKETS)
#include <config.h>
-#else
-#include "config.h"
-#endif
#endif
#ifdef emacs