summaryrefslogtreecommitdiff
path: root/alloca.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-09-20 20:03:30 +0000
committerRichard M. Stallman <rms@gnu.org>1993-09-20 20:03:30 +0000
commit1775c102adc9414b9764c8c355c3b635c134e167 (patch)
tree91e8de935afa50edba7b02d6c93c0c2d27fae6e8 /alloca.c
parent2a53aecb26521bd125f61ce9b678f9da8f979ce0 (diff)
downloadgunmake-1775c102adc9414b9764c8c355c3b635c134e167.tar.gz
entered into RCS
Diffstat (limited to 'alloca.c')
-rw-r--r--alloca.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/alloca.c b/alloca.c
index 2826003..bd4932a 100644
--- a/alloca.c
+++ b/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. */