diff options
| author | Karl Heuer | 1995-06-14 18:48:28 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-06-14 18:48:28 +0000 |
| commit | b8c1c79a01a77d3fc38bd3b74f271f748d90fdff (patch) | |
| tree | 8a946fbc335e996f6b24ddac4689f3f169bc34d9 /src | |
| parent | 99b92e644a46720af065513f9d4f2439c693ad2c (diff) | |
| download | emacs-b8c1c79a01a77d3fc38bd3b74f271f748d90fdff.tar.gz emacs-b8c1c79a01a77d3fc38bd3b74f271f748d90fdff.zip | |
If NOT_C_CODE, don't include alloca.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/intel386.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h index bbe727f412c..225ab071805 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -128,9 +128,11 @@ NOTE-END */ | |||
| 128 | #else /* SOLARIS2_4 */ | 128 | #else /* SOLARIS2_4 */ |
| 129 | #ifndef __GNUC__ | 129 | #ifndef __GNUC__ |
| 130 | #define C_SWITCH_MACHINE -Xa | 130 | #define C_SWITCH_MACHINE -Xa |
| 131 | #ifndef NOT_C_CODE | ||
| 131 | #ifdef HAVE_ALLOCA_H | 132 | #ifdef HAVE_ALLOCA_H |
| 132 | #include <alloca.h> | 133 | #include <alloca.h> |
| 133 | #endif /* HAVE_ALLOCA_H */ | 134 | #endif /* HAVE_ALLOCA_H */ |
| 135 | #endif /* not NOT_C_CODE */ | ||
| 134 | #endif /* not __GNUC__ */ | 136 | #endif /* not __GNUC__ */ |
| 135 | #endif /* SOLARIS2_4 */ | 137 | #endif /* SOLARIS2_4 */ |
| 136 | 138 | ||