aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-06-02 22:41:49 -0700
committerGlenn Morris2010-06-02 22:41:49 -0700
commit05b09564d2a44a4ebdce1932ce1cbcde459b0636 (patch)
tree0ea81f328b9587b361dcb11668cb8e2f891ea0f9 /src/ChangeLog
parent824e29787c63227dd35f3421698fc6c0437e2a59 (diff)
downloademacs-05b09564d2a44a4ebdce1932ce1cbcde459b0636.tar.gz
emacs-05b09564d2a44a4ebdce1932ce1cbcde459b0636.zip
m/hp800.h simplification.
* src/m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it, now that AH_BOTTOM does it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c8657265dab..3f66710b2bb 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 (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
4 now that AH_BOTTOM does it.
5
3 * m/hp800.h (HAVE_ALLOCA): 6 * m/hp800.h (HAVE_ALLOCA):
4 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed. 7 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
5 8