diff options
author | Richard Stallman <rms@gnu.org> | 1993-09-20 20:03:30 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-09-20 20:03:30 +0000 |
commit | 904f679868e3ea9b4be171f437684281dbe38502 (patch) | |
tree | 2f09a06c834caa21b9cf159e43ba36be8d0988f6 /gcc | |
parent | da38c875b452e8df60f3e406c060cee9f87c3419 (diff) | |
download | gcc-904f679868e3ea9b4be171f437684281dbe38502.zip gcc-904f679868e3ea9b4be171f437684281dbe38502.tar.gz gcc-904f679868e3ea9b4be171f437684281dbe38502.tar.bz2 |
entered into RCS
From-SVN: r5373
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/alloca.c | 4 |
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. */ |