From f47ad16c26389c2f05a19da64478f725957d076e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 29 Feb 1996 00:32:15 +0000 Subject: [PATCH] Avoid the #pragma alloca on AIX 4. --- src/s/aix3-2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index 9981bc27092..8ed99d99e4d 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h @@ -18,8 +18,10 @@ #define HAVE_ALLOCA /* Adrian Colley says this is needed. */ #ifndef NOT_C_CODE +#ifndef AIX4 #pragma alloca #endif +#endif #undef rindex #undef index -- 2.39.5