summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-29 00:32:15 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-29 00:32:15 +0000
commit3c839d48ea1714958d5c8793ba949d9e225e7331 (patch)
tree51aa3707e5fb9b14d9070e3753b63cbafa3fd3b1
parent1ebcdd1aa281f4af2822dd15e8a9c2fad8e36b22 (diff)
downloademacs-3c839d48ea1714958d5c8793ba949d9e225e7331.tar.gz
Avoid the #pragma alloca on AIX 4.
-rw-r--r--src/s/aix3-2.h2
1 files changed, 2 insertions, 0 deletions
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 <Adrian.Colley@three.serpentine.com> says this is needed. */
#ifndef NOT_C_CODE
+#ifndef AIX4
#pragma alloca
#endif
+#endif
#undef rindex
#undef index