aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-06 22:15:32 -0800
committerPaul Eggert2011-02-06 22:15:32 -0800
commitc45e52762bee7033872fbc34f3dc3a343c77855d (patch)
tree6ebb44281d696466865e5c0548481a97a39fd55d /src/ChangeLog
parent3ce2f8ac4c06bf64c43e5ae138b903310927ac79 (diff)
downloademacs-c45e52762bee7033872fbc34f3dc3a343c77855d.tar.gz
emacs-c45e52762bee7033872fbc34f3dc3a343c77855d.zip
* xml.c: conform to C89 pointer rules
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b10f8fab1cc..62316385940 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -28,6 +28,7 @@
28 * indent.c (compute_motion): Likewise. 28 * indent.c (compute_motion): Likewise.
29 * xfont.c (xfont_decode_coding_xlfd): Likewise. 29 * xfont.c (xfont_decode_coding_xlfd): Likewise.
30 * ralloc.c (resize_bloc): Likewise. 30 * ralloc.c (resize_bloc): Likewise.
31 * xml.c (make_dom, parse_region): Likewise.
31 * character.c (strwidth): Make its argument const char *, not const 32 * character.c (strwidth): Make its argument const char *, not const
32 unsigned char *, since more callers prefer it that way. All callers 33 unsigned char *, since more callers prefer it that way. All callers
33 changed. 34 changed.