aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-02-09 09:31:54 +0000
committerRichard M. Stallman1995-02-09 09:31:54 +0000
commit17b406a83508e8b2ac984b86e9b72135bf23eba1 (patch)
treee7b8e39cfb1cb46e93f92b70e9c1f01c3aef28af /src
parent5bbf28a8ac8c6b96fb98e646e23a7e0d8cf77190 (diff)
downloademacs-17b406a83508e8b2ac984b86e9b72135bf23eba1.tar.gz
emacs-17b406a83508e8b2ac984b86e9b72135bf23eba1.zip
[SOLARIS2_4, !__GNUC__] (C_SWITCH_SYSTEM): Defined..
[SOLARIS2_4, !__GNUC__]: Include alloca.h.
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 0112a0daebf..77839be778e 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -130,7 +130,15 @@ NOTE-END */
130#endif /* GCC */ 130#endif /* GCC */
131#define HAVE_VFORK 131#define HAVE_VFORK
132 132
133#endif 133#else /* SOLARIS2_4 */
134#ifndef __GNUC__
135#undef C_SWITCH_SYSTEM
136#define C_SWITCH_SYSTEM -Xa
137#ifdef HAVE_ALLOCA_H
138#include <alloca.h>
139#endif /* HAVE_ALLOCA_H */
140#endif /* not __GNUC__ */
141#endif /* SOLARIS2_4 */
134 142
135/* configure thinks solaris X86 has gethostname, but it does not work, 143/* configure thinks solaris X86 has gethostname, but it does not work,
136 so undefine it. */ 144 so undefine it. */