From: Richard M. Stallman Date: Thu, 29 Feb 1996 00:32:15 +0000 (+0000) Subject: Avoid the #pragma alloca on AIX 4. X-Git-Tag: emacs-19.34~1142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f47ad16c26389c2f05a19da64478f725957d076e;p=emacs.git Avoid the #pragma alloca on AIX 4. --- 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