summaryrefslogtreecommitdiff
path: root/alloca.c
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:52:40 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:52:40 +0000
commit24d37fb493211505d0c35be2b1c9d9ecb001e222 (patch)
tree17f66e89a9835f8f8e57976504ca85ff4919972c /alloca.c
parentc1e20276cbedef287a9923adaabf9ce17981bba9 (diff)
downloadgunmake-24d37fb493211505d0c35be2b1c9d9ecb001e222.tar.gz
remove CONFIG_BROKETS
Diffstat (limited to 'alloca.c')
-rw-r--r--alloca.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/alloca.c b/alloca.c
index d1f4d1a..7020f32 100644
--- a/alloca.c
+++ b/alloca.c
@@ -22,11 +22,7 @@
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
#ifdef emacs