diff options
| author | Richard M. Stallman | 1993-05-25 21:01:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-25 21:01:14 +0000 |
| commit | f4531fd6189dc945defd22768b9bbdcf096b8cc8 (patch) | |
| tree | 9d4086bec13d1c660f51b752e4674af6f7a34746 /src | |
| parent | e3971158d959ef3f1dd5c5e384ded5093114ed21 (diff) | |
| download | emacs-f4531fd6189dc945defd22768b9bbdcf096b8cc8.tar.gz emacs-f4531fd6189dc945defd22768b9bbdcf096b8cc8.zip | |
(C_ALLOCA, alloca): Definitions deleted.
[!NOT_C_CODE]: Include alloca.h.
(NEED_SIOCTL): #undef this.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix4-0.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 197d32c1ec0..1e945bdc0fe 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -2,11 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | #define USG5_3 | 3 | #define USG5_3 |
| 4 | 4 | ||
| 5 | /* Define HAVE_ALLOCA to say that the system provides a properly | ||
| 6 | working alloca function and it should be used. */ | ||
| 7 | #define HAVE_ALLOCA | 5 | #define HAVE_ALLOCA |
| 8 | #undef C_ALLOCA | 6 | #ifndef NOT_C_CODE |
| 9 | #define alloca __builtin_alloca | 7 | #include <alloca.h> |
| 8 | #endif | ||
| 9 | |||
| 10 | #undef NEED_SIOCTL | ||
| 10 | 11 | ||
| 11 | /* use K&R C */ | 12 | /* use K&R C */ |
| 12 | #ifndef __GNUC__ | 13 | #ifndef __GNUC__ |