comparison src/m/intel386.h @ 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 f0d9f468dd05
children 7e5885cd3109
comparison
equal deleted inserted replaced
12222:7286ed64badd 12223:b31ac5b894c1
126 #define HAVE_VFORK 126 #define HAVE_VFORK
127 127
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
137 /* configure thinks solaris X86 has gethostname, but it does not work, 139 /* configure thinks solaris X86 has gethostname, but it does not work,
138 so undefine it. */ 140 so undefine it. */