From: Roland McGrath Date: Mon, 16 Aug 1993 19:10:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 3.70.2~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aea1502a785fc4cc9cdf96f0733ec107ceae7eee;p=thirdparty%2Fmake.git *** empty log message *** --- diff --git a/alloca.c b/alloca.c index 367b7fe0..cab9645b 100644 --- a/alloca.c +++ b/alloca.c @@ -26,7 +26,8 @@ #endif /* If compiling with GCC 2, this file's not needed. */ -#if defined (__GNUC__) && __GNUC__ >= 2 +#if !defined (__GNUC__) || __GNUC__ < 2 + /* If someone has defined alloca as a macro, there must be some other way alloca is supposed to work. */ #ifndef alloca