From: David J. MacKenzie Date: Mon, 26 Sep 1994 21:52:40 +0000 (+0000) Subject: remove CONFIG_BROKETS X-Git-Tag: 3.71.5~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d37fb493211505d0c35be2b1c9d9ecb001e222;p=thirdparty%2Fmake.git remove CONFIG_BROKETS --- diff --git a/alloca.c b/alloca.c index d1f4d1a3..7020f32c 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 -#else -#include "config.h" -#endif #endif #ifdef emacs