aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorDave Love2002-11-18 16:37:53 +0000
committerDave Love2002-11-18 16:37:53 +0000
commitdee8ab28ac52f3d4c0bae527614fb5fa7122054d (patch)
tree1ee6d25feefda3f9c224b35523c7db6b2b9a909a /src/m
parentca55a74c0bd8ff69ee6159d9339dacd9c8522ad8 (diff)
downloademacs-dee8ab28ac52f3d4c0bae527614fb5fa7122054d.tar.gz
emacs-dee8ab28ac52f3d4c0bae527614fb5fa7122054d.zip
Don't include alloca.h.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/powerpcle.h6
-rw-r--r--src/m/sparc.h6
2 files changed, 0 insertions, 12 deletions
diff --git a/src/m/powerpcle.h b/src/m/powerpcle.h
index f5f29fe3a0e..e1409200dbc 100644
--- a/src/m/powerpcle.h
+++ b/src/m/powerpcle.h
@@ -54,11 +54,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
54 54
55#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) 55#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
56 56
57#ifndef NOT_C_CODE
58#if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */
59#include <alloca.h>
60#endif
61#endif
62
63/* Control a conditional in unexelf.c. */ 57/* Control a conditional in unexelf.c. */
64#define SOLARIS_POWERPC 58#define SOLARIS_POWERPC
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 5bd16a0b408..28ac8421694 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -59,12 +59,6 @@ NOTE-END */
59 59
60#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) 60#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
61 61
62#ifndef NOT_C_CODE
63#if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */
64#include <alloca.h>
65#endif
66#endif
67
68/* Mask for address bits within a memory segment */ 62/* Mask for address bits within a memory segment */
69 63
70#define SEGMENT_MASK (SEGSIZ - 1) 64#define SEGMENT_MASK (SEGSIZ - 1)