From 0114e17e668a921c9050d5743943c16a9cee5f37 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 16 Aug 1993 19:10:25 +0000 Subject: [PATCH] *** empty log message *** --- src/alloca.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5