aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-09-20 20:03:30 +0000
committerRichard Stallman <rms@gnu.org>1993-09-20 20:03:30 +0000
commit904f679868e3ea9b4be171f437684281dbe38502 (patch)
tree2f09a06c834caa21b9cf159e43ba36be8d0988f6
parentda38c875b452e8df60f3e406c060cee9f87c3419 (diff)
downloadgcc-904f679868e3ea9b4be171f437684281dbe38502.zip
gcc-904f679868e3ea9b4be171f437684281dbe38502.tar.gz
gcc-904f679868e3ea9b4be171f437684281dbe38502.tar.bz2
entered into RCS
From-SVN: r5373
-rw-r--r--gcc/alloca.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/alloca.c b/gcc/alloca.c
index 2826003..bd4932a 100644
--- a/gcc/alloca.c
+++ b/gcc/alloca.c
@@ -22,7 +22,11 @@
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
/* If compiling with GCC 2, this file's not needed. */