aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-02 19:35:49 +0000
committerGerd Moellmann2000-09-02 19:35:49 +0000
commit8892f40bde07b11c5e2c24719acbcf7239f42de3 (patch)
tree433299881b5afea3f22dce1a37c6ad7d5c334ae7 /src/ChangeLog
parentdaaf40c7dabd004635454864b859b8fbd0a7c1da (diff)
downloademacs-8892f40bde07b11c5e2c24719acbcf7239f42de3.tar.gz
emacs-8892f40bde07b11c5e2c24719acbcf7239f42de3.zip
Remove includes of
string.h and strings.h. (index) [HAVE_INDEX]: Add prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ff6af32b1c6..09108b858f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-09-02 Gerd Moellmann <gerd@gnu.org> 12000-09-02 Gerd Moellmann <gerd@gnu.org>
2 2
3 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of
4 string.h and strings.h.
5 (index) [HAVE_INDEX]: Add prototype.
6
3 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define. 7 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
4 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define. 8 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
5 9