aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-06 21:47:56 -0800
committerPaul Eggert2011-02-06 21:47:56 -0800
commit3ce2f8ac4c06bf64c43e5ae138b903310927ac79 (patch)
treea839fe6c4ed04b3d94a5770d5eb6a418871e9b23 /src/ChangeLog
parentefe0234f6a39ec077ed5c3b77779fec223636dba (diff)
downloademacs-3ce2f8ac4c06bf64c43e5ae138b903310927ac79.tar.gz
emacs-3ce2f8ac4c06bf64c43e5ae138b903310927ac79.zip
* ralloc.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 386a9b3a0e5..b10f8fab1cc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -27,6 +27,7 @@
27 * doprnt.c (doprnt): Likewise. 27 * doprnt.c (doprnt): Likewise.
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 * character.c (strwidth): Make its argument const char *, not const 31 * character.c (strwidth): Make its argument const char *, not const
31 unsigned char *, since more callers prefer it that way. All callers 32 unsigned char *, since more callers prefer it that way. All callers
32 changed. 33 changed.