aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-17 00:57:28 -0700
committerPaul Eggert2012-06-17 00:57:28 -0700
commit27bb1ca4b00cb47153db3016ced27c0327932fce (patch)
tree82f5338835b4d142b7d0b3d6f8115f835f50b1bc /src/ChangeLog
parent9a900ca947a69c01411ff467cb49cb09fb40b75a (diff)
downloademacs-27bb1ca4b00cb47153db3016ced27c0327932fce.tar.gz
emacs-27bb1ca4b00cb47153db3016ced27c0327932fce.zip
* coding.c (produce_chars): Use ptrdiff_t, not int.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 662aa5232ab..ded14de2c41 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-06-17 Paul Eggert <eggert@cs.ucla.edu> 12012-06-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * coding.c (produce_chars): Use ptrdiff_t, not int.
4
3 * xterm.c (x_draw_underwave): Check for integer overflow. 5 * xterm.c (x_draw_underwave): Check for integer overflow.
4 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64. 6 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
5 7