Mercurial > emacs
changeset 14718:cb80e4399021
Avoid the #pragma alloca on AIX 4.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 29 Feb 1996 00:32:15 +0000 |
parents | e299e3e3cf9d |
children | d477c6f756df |
files | src/s/aix3-2.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <Adrian.Colley@three.serpentine.com> says this is needed. */ #ifndef NOT_C_CODE +#ifndef AIX4 #pragma alloca #endif +#endif #undef rindex #undef index