aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-09-20 20:03:30 +0000
committerRichard M. Stallman1993-09-20 20:03:30 +0000
commit6366e5dff00f1d540506c1d65201d3d006c7b8b6 (patch)
treeb653edc7d20c5efedbd5bbbafc19bf5370a1ad2e /src
parent82cb56fb146f2512bc267e77e09fe4db295dc274 (diff)
downloademacs-6366e5dff00f1d540506c1d65201d3d006c7b8b6.tar.gz
emacs-6366e5dff00f1d540506c1d65201d3d006c7b8b6.zip
entered into RCS
Diffstat (limited to 'src')
-rw-r--r--src/alloca.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/alloca.c b/src/alloca.c
index 282600340d0..bd4932aa445 100644
--- a/src/alloca.c
+++ b/src/alloca.c
@@ -22,7 +22,11 @@
22 your main control loop, etc. to force garbage collection. */ 22 your main control loop, etc. to force garbage collection. */
23 23
24#ifdef HAVE_CONFIG_H 24#ifdef HAVE_CONFIG_H
25#if defined (emacs) || defined (CONFIG_BROKETS)
25#include <config.h> 26#include <config.h>
27#else
28#include "config.h"
29#endif
26#endif 30#endif
27 31
28/* If compiling with GCC 2, this file's not needed. */ 32/* If compiling with GCC 2, this file's not needed. */