]> code.delx.au - gnu-emacs/commitdiff
[SOLARIS2_4, !__GNUC__] (C_SWITCH_SYSTEM): Defined..
authorRichard M. Stallman <rms@gnu.org>
Thu, 9 Feb 1995 09:31:54 +0000 (09:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 9 Feb 1995 09:31:54 +0000 (09:31 +0000)
[SOLARIS2_4, !__GNUC__]: Include alloca.h.

src/m/intel386.h

index 0112a0daebf3afcfc7ff3ca6bc08bca86a192c22..77839be778ef42ad91fd521cba003ee5377291ce 100644 (file)
@@ -130,7 +130,15 @@ NOTE-END */
 #endif /* GCC */
 #define HAVE_VFORK
 
-#endif
+#else /* SOLARIS2_4 */
+#ifndef __GNUC__
+#undef  C_SWITCH_SYSTEM
+#define C_SWITCH_SYSTEM -Xa
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif /* HAVE_ALLOCA_H */
+#endif /* not __GNUC__ */
+#endif /* SOLARIS2_4 */
 
 /* configure thinks solaris X86 has gethostname, but it does not work,
    so undefine it.  */