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 | 293ea14ef7174e0707e6c4027b305df395471b6a (patch) | |
tree | 9865744056641cccdb6961f57f5fcfb0764b0eec /src/s/aix3-2.h | |
parent | 3103b038dec860b221851929eac0b6c07fdb603e (diff) | |
download | emacs-293ea14ef7174e0707e6c4027b305df395471b6a.tar.gz |
Add #pragma alloca.
Diffstat (limited to 'src/s/aix3-2.h')
-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 |