From 904f679868e3ea9b4be171f437684281dbe38502 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 20 Sep 1993 20:03:30 +0000 Subject: [PATCH] entered into RCS From-SVN: r5373 --- gcc/alloca.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/alloca.c b/gcc/alloca.c index 282600340d0..bd4932aa445 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 +#else +#include "config.h" +#endif #endif /* If compiling with GCC 2, this file's not needed. */ -- 2.30.2