diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-12-24 23:39:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-12-24 23:39:10 +0000 |
commit | d55243837f474d3893dd6b43b70b167f520531ac (patch) | |
tree | 0eed173407860a033a0fe5c4d6c917ed09864c52 /src/s | |
parent | d8c35697a4c7c7290e09b3504f2e0f8b84a00e35 (diff) | |
download | emacs-d55243837f474d3893dd6b43b70b167f520531ac.tar.gz |
Add #pragma alloca.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/aix3-2.h | 5 |
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 |