diff options
-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 */ #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 */ |