aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-01 07:32:23 +0000
committerRichard M. Stallman1993-06-01 07:32:23 +0000
commit88f3b4fc653b9a1e02f22d69da7beb9be702d70a (patch)
treef65b5a0f47d2574332fc67cfbc911f4d5e7beec5
parent7dce3709b4aff9863bf805b9e483fb7153d9f01c (diff)
downloademacs-88f3b4fc653b9a1e02f22d69da7beb9be702d70a.tar.gz
emacs-88f3b4fc653b9a1e02f22d69da7beb9be702d70a.zip
[__GNUC__ >= 2]: Don't include alloca.h.
-rw-r--r--src/m/sparc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 7e4a6801f9a..392189a9f5e 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -81,7 +81,9 @@ NOTE-END */
81 in the file alloca.s should be used. */ 81 in the file alloca.s should be used. */
82 82
83#define HAVE_ALLOCA 83#define HAVE_ALLOCA
84#if __GNUC__ >= 2 /* Modern versions of GCC handle alloca directly. */
84#include <alloca.h> 85#include <alloca.h>
86#endif
85 87
86/* Must use the system's termcap, if we use any termcap. 88/* Must use the system's termcap, if we use any termcap.
87 It does special things. */ 89 It does special things. */