Mercurial > emacs
changeset 4646:bdc64f022625
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 16 Aug 1993 19:10:25 +0000 |
parents | f00c973bc8a4 |
children | 4becc54c89df |
files | src/alloca.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloca.c Sun Aug 15 05:47:03 1993 +0000 +++ b/src/alloca.c Mon Aug 16 19:10:25 1993 +0000 @@ -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