aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-12 17:36:44 -0700
committerPaul Eggert2011-06-12 17:36:44 -0700
commitc5958d4cf336fdbc30364e7d701d6565acaf4002 (patch)
tree06e4cdd7a45d26c6b09a5aeff282cc1eacca67c7 /src/ChangeLog
parent13bdea59234b227bf8499a64352da3e5fd9e8c7b (diff)
downloademacs-c5958d4cf336fdbc30364e7d701d6565acaf4002.tar.gz
emacs-c5958d4cf336fdbc30364e7d701d6565acaf4002.zip
* character.c (char_string): Remove unnecessary casts.
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 f8a4abd9cce..01068fea0be 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,6 @@
12011-06-13 Paul Eggert <eggert@cs.ucla.edu> 12011-06-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * character.c (char_string): Remove unnecessary casts.
3 4
4 Make sure a 64-bit char is never passed to CHAR_STRING. 5 Make sure a 64-bit char is never passed to CHAR_STRING.
5 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform, 6 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,