aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/m/hp800.h1
-rw-r--r--src/m/ibms390x.h5
3 files changed, 3 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 24a7dc7de0b..c8657265dab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-06-03 Glenn Morris <rgm@gnu.org> 12010-06-03 Glenn Morris <rgm@gnu.org>
2 2
3 * m/hp800.h (HAVE_ALLOCA):
4 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
5
3 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h: 6 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
4 Remove NOT_C_CODE tests, it is always true now. 7 Remove NOT_C_CODE tests, it is always true now.
5 8
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