aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-02-29 00:32:15 +0000
committerRichard M. Stallman1996-02-29 00:32:15 +0000
commitf47ad16c26389c2f05a19da64478f725957d076e (patch)
tree1229e1e2c6801684dc2c1cb048afd27d5f184a2b /src
parentee7226e5428f18944caf6606280f83d29473e9dc (diff)
downloademacs-f47ad16c26389c2f05a19da64478f725957d076e.tar.gz
emacs-f47ad16c26389c2f05a19da64478f725957d076e.zip
Avoid the #pragma alloca on AIX 4.
Diffstat (limited to 'src')
-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 @@
18#define HAVE_ALLOCA 18#define HAVE_ALLOCA
19/* Adrian Colley <Adrian.Colley@three.serpentine.com> says this is needed. */ 19/* Adrian Colley <Adrian.Colley@three.serpentine.com> says this is needed. */
20#ifndef NOT_C_CODE 20#ifndef NOT_C_CODE
21#ifndef AIX4
21 #pragma alloca 22 #pragma alloca
22#endif 23#endif
24#endif
23 25
24#undef rindex 26#undef rindex
25#undef index 27#undef index