diff options
| author | Richard M. Stallman | 1995-12-24 23:39:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-12-24 23:39:10 +0000 |
| commit | 293ea14ef7174e0707e6c4027b305df395471b6a (patch) | |
| tree | 9865744056641cccdb6961f57f5fcfb0764b0eec /src | |
| parent | 3103b038dec860b221851929eac0b6c07fdb603e (diff) | |
| download | emacs-293ea14ef7174e0707e6c4027b305df395471b6a.tar.gz emacs-293ea14ef7174e0707e6c4027b305df395471b6a.zip | |
Add #pragma alloca.
Diffstat (limited to 'src')
| -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 @@ | |||
| 14 | additional optimization. --nils@exp-math.uni-essen.de */ | 14 | additional optimization. --nils@exp-math.uni-essen.de */ |
| 15 | #define C_SWITCH_SYSTEM -ma -qmaxmem=4000 | 15 | #define C_SWITCH_SYSTEM -ma -qmaxmem=4000 |
| 16 | #endif | 16 | #endif |
| 17 | |||
| 17 | #define HAVE_ALLOCA | 18 | #define HAVE_ALLOCA |
| 19 | #ifndef NOT_C_CODE | ||
| 20 | #pragma alloca | ||
| 21 | #endif | ||
| 22 | |||
| 18 | #undef rindex | 23 | #undef rindex |
| 19 | #undef index | 24 | #undef index |
| 20 | 25 | ||