# HG changeset patch # User Richard M. Stallman # Date 825553935 0 # Node ID cb80e439902190d38d29e582f534c745e92b2693 # Parent e299e3e3cf9d6583ec710293d80952e6debadf43 Avoid the #pragma alloca on AIX 4. diff -r e299e3e3cf9d -r cb80e4399021 src/s/aix3-2.h --- a/src/s/aix3-2.h Wed Feb 28 23:32:18 1996 +0000 +++ b/src/s/aix3-2.h Thu Feb 29 00:32:15 1996 +0000 @@ -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