From: Richard M. Stallman Date: Mon, 20 Sep 1993 20:03:30 +0000 (+0000) Subject: entered into RCS X-Git-Tag: 3.70.2~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1775c102adc9414b9764c8c355c3b635c134e167;p=thirdparty%2Fmake.git entered into RCS --- diff --git a/alloca.c b/alloca.c index 28260034..bd4932aa 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 +#else +#include "config.h" +#endif #endif /* If compiling with GCC 2, this file's not needed. */