summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-12-24 23:39:10 +0000
committerRichard M. Stallman <rms@gnu.org>1995-12-24 23:39:10 +0000
commitd55243837f474d3893dd6b43b70b167f520531ac (patch)
tree0eed173407860a033a0fe5c4d6c917ed09864c52 /src/s
parentd8c35697a4c7c7290e09b3504f2e0f8b84a00e35 (diff)
downloademacs-d55243837f474d3893dd6b43b70b167f520531ac.tar.gz
Add #pragma alloca.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix3-2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h
index 406de9de8ac..c19fc9f01d9 100644
--- a/src/s/aix3-2.h
+++ b/src/s/aix3-2.h
@@ -14,7 +14,12 @@
additional optimization. --nils@exp-math.uni-essen.de */
#define C_SWITCH_SYSTEM -ma -qmaxmem=4000
#endif
+
#define HAVE_ALLOCA
+#ifndef NOT_C_CODE
+ #pragma alloca
+#endif
+
#undef rindex
#undef index