]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid the #pragma alloca on AIX 4.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Feb 1996 00:32:15 +0000 (00:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Feb 1996 00:32:15 +0000 (00:32 +0000)
src/s/aix3-2.h

index 9981bc270920d1a1bc77d5b3736fcf80a1c9a0c2..8ed99d99e4d1fadf7876ed9efaa3e4f892a5dc7c 100644 (file)
 #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