Mercurial > emacs
changeset 12223:b31ac5b894c1
If NOT_C_CODE, don't include alloca.h.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 14 Jun 1995 18:48:28 +0000 |
parents | 7286ed64badd |
children | 7e5885cd3109 |
files | src/m/intel386.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/intel386.h Wed Jun 14 18:20:14 1995 +0000 +++ b/src/m/intel386.h Wed Jun 14 18:48:28 1995 +0000 @@ -128,9 +128,11 @@ #else /* SOLARIS2_4 */ #ifndef __GNUC__ #define C_SWITCH_MACHINE -Xa +#ifndef NOT_C_CODE #ifdef HAVE_ALLOCA_H #include <alloca.h> #endif /* HAVE_ALLOCA_H */ +#endif /* not NOT_C_CODE */ #endif /* not __GNUC__ */ #endif /* SOLARIS2_4 */