aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h2
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