aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-07-31 22:30:08 +0000
committerDave Love2002-07-31 22:30:08 +0000
commit92546056cfd5c710980b82c45f20fa7c3fd2798c (patch)
tree31596e290a0d9c39c457cf8fcb2357a6425d5eb2
parent806e5a533b679cb9b717666a9ae0155affcbdefa (diff)
downloademacs-92546056cfd5c710980b82c45f20fa7c3fd2798c.tar.gz
emacs-92546056cfd5c710980b82c45f20fa7c3fd2798c.zip
(HAVE_ALLOCA): Delete.
-rw-r--r--src/m/sparc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 7b708b954b5..30937171bea 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -59,14 +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/* Define C_ALLOCA if this machine does not support a true alloca
63 and the one written in C should be used instead.
64 Define HAVE_ALLOCA to say that the system provides a properly
65 working alloca function and it should be used.
66 Define neither one if an assembler-language alloca
67 in the file alloca.s should be used. */
68
69#define HAVE_ALLOCA
70#ifndef NOT_C_CODE 62#ifndef NOT_C_CODE
71#if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */ 63#if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */
72#include <alloca.h> 64#include <alloca.h>