diff options
| author | Richard M. Stallman | 1996-02-29 00:32:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-02-29 00:32:15 +0000 |
| commit | f47ad16c26389c2f05a19da64478f725957d076e (patch) | |
| tree | 1229e1e2c6801684dc2c1cb048afd27d5f184a2b /src | |
| parent | ee7226e5428f18944caf6606280f83d29473e9dc (diff) | |
| download | emacs-f47ad16c26389c2f05a19da64478f725957d076e.tar.gz emacs-f47ad16c26389c2f05a19da64478f725957d076e.zip | |
Avoid the #pragma alloca on AIX 4.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix3-2.h | 2 |
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 |