summaryrefslogtreecommitdiff
path: root/src/alloca.c
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:59:04 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:59:04 +0000
commit67eb5c9a3a00656789188811f905ed27ad8981f0 (patch)
tree92851f041c19d9eb235eaf7e0cca369fa62cb951 /src/alloca.c
parentc2daf80cb5a3f1ea8a865e1eb38e4cb9b4c08455 (diff)
downloademacs-67eb5c9a3a00656789188811f905ed27ad8981f0.tar.gz
remove CONFIG_BROKETS
Diffstat (limited to 'src/alloca.c')
-rw-r--r--src/alloca.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/alloca.c b/src/alloca.c
index d1f4d1a302b..7020f32c882 100644
--- a/src/alloca.c
+++ b/src/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