aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-23 18:20:04 -0700
committerPaul Eggert2011-05-23 18:20:04 -0700
commitc8a9ca5a6456e7d0ec9577493d5110b692b818bf (patch)
tree7c22b6cbed8d77bda8144bd6d1b57de58ef8483b /src/ChangeLog
parent519e1d69210be09fc3d541ad3c086c1521f23f26 (diff)
downloademacs-c8a9ca5a6456e7d0ec9577493d5110b692b818bf.tar.gz
emacs-c8a9ca5a6456e7d0ec9577493d5110b692b818bf.zip
* data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
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 9f9cf401e96..96e489bd731 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-05-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
4
12011-05-23 Paul Eggert <eggert@cs.ucla.edu> 52011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'. 7 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.