From: Roland McGrath Date: Mon, 16 Aug 1993 19:10:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~11205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0114e17e668a921c9050d5743943c16a9cee5f37;p=emacs.git *** empty log message *** --- diff --git a/src/alloca.c b/src/alloca.c index 367b7fe0377..cab9645b7e1 100644 --- a/src/alloca.c +++ b/src/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