aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorGlenn Morris2010-06-02 22:35:54 -0700
committerGlenn Morris2010-06-02 22:35:54 -0700
commit824e29787c63227dd35f3421698fc6c0437e2a59 (patch)
tree91081af17fc1485f2d597288b291ee3f28f3b1e8 /src/m
parent0d4bcf4ddd512e29e414fe1b6f804dcbaa871e72 (diff)
downloademacs-824e29787c63227dd35f3421698fc6c0437e2a59.tar.gz
emacs-824e29787c63227dd35f3421698fc6c0437e2a59.zip
HAVE_ALLOCA not needed since alloca.s was removed.
* src/m/hp800.h (HAVE_ALLOCA): * src/m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed. * msdos/sed2v2.inp: Do not edit HAVE_ALLOCA. * admin/CPP-DEFINES: Remove HAVE_ALLOCA.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/hp800.h1
-rw-r--r--src/m/ibms390x.h5
2 files changed, 0 insertions, 6 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h
index 9bc361e3cc4..fe44fd3da8d 100644
--- a/src/m/hp800.h
+++ b/src/m/hp800.h
@@ -33,7 +33,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
33#ifdef __NetBSD__ 33#ifdef __NetBSD__
34# ifdef __GNUC__ 34# ifdef __GNUC__
35# define alloca __builtin_alloca 35# define alloca __builtin_alloca
36# define HAVE_ALLOCA
37# endif /* __GNUC__ */ 36# endif /* __GNUC__ */
38#endif /* __NetBSD__ */ 37#endif /* __NetBSD__ */
39 38
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h
index d6aa0c713c6..07284585597 100644
--- a/src/m/ibms390x.h
+++ b/src/m/ibms390x.h
@@ -54,11 +54,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
54 numerically. */ 54 numerically. */
55#define VIRT_ADDR_VARIES 55#define VIRT_ADDR_VARIES
56 56
57/* Define HAVE_ALLOCA to say that the system provides a properly
58 working alloca function and it should be used. Undefine it if an
59 assembler-language alloca in the file alloca.s should be used. */
60#define HAVE_ALLOCA
61
62/* On the 64 bit architecture, we can use 60 bits for addresses */ 57/* On the 64 bit architecture, we can use 60 bits for addresses */
63#define VALBITS 60 58#define VALBITS 60
64 59