diff options
| author | Richard M. Stallman | 1995-12-24 23:39:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-12-24 23:39:48 +0000 |
| commit | 0e1bbfb1c52829aa99e4b851000fd8ddf6f416ca (patch) | |
| tree | e3195b6b1ff779bafe39ae6b19b234111aad3e18 /src/s | |
| parent | 293ea14ef7174e0707e6c4027b305df395471b6a (diff) | |
| download | emacs-0e1bbfb1c52829aa99e4b851000fd8ddf6f416ca.tar.gz emacs-0e1bbfb1c52829aa99e4b851000fd8ddf6f416ca.zip | |
Comment change.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/aix3-2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index c19fc9f01d9..9981bc27092 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | #endif | 16 | #endif |
| 17 | 17 | ||
| 18 | #define HAVE_ALLOCA | 18 | #define HAVE_ALLOCA |
| 19 | /* Adrian Colley <Adrian.Colley@three.serpentine.com> says this is needed. */ | ||
| 19 | #ifndef NOT_C_CODE | 20 | #ifndef NOT_C_CODE |
| 20 | #pragma alloca | 21 | #pragma alloca |
| 21 | #endif | 22 | #endif |