aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-07 16:35:37 -0800
committerPaul Eggert2011-03-07 16:35:37 -0800
commit726929c43aaf671dcbac9b45f9da5b7c9168f3ef (patch)
tree847d6d249d99cacffad609b77bc975a4f1f48fc8 /src/ChangeLog
parentf60958682b055102431c24a30b598a2bf3ec97c3 (diff)
downloademacs-726929c43aaf671dcbac9b45f9da5b7c9168f3ef.tar.gz
emacs-726929c43aaf671dcbac9b45f9da5b7c9168f3ef.zip
* charset.c: Include <limits.h>.
(Fsort_charsets): Redo min/max calculation to shorten the code a bit and to avoid gcc -Wuninitialized warning.
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 ec7322cfe43..39f806283f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -31,6 +31,9 @@
31 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid 31 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
32 shadowing. 32 shadowing.
33 * charset.c (map_charset_for_dump, Fchar_charset): Likewise. 33 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
34 Include <limits.h>.
35 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
36 and to avoid gcc -Wuninitialized warning.
34 37
352011-03-06 Chong Yidong <cyd@stupidchicken.com> 382011-03-06 Chong Yidong <cyd@stupidchicken.com>
36 39