aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-05-26 01:30:49 -0700
committerPaul Eggert2012-05-26 01:30:49 -0700
commit4cfd81f6c9755fb87eaf9f529c2bcbb0a30edfcf (patch)
tree334a713c1fa695078a0ced9a279eb23506b97d3f /src/ChangeLog
parent4446092afffb588fec435785b9c7bfa4acac20d1 (diff)
downloademacs-4cfd81f6c9755fb87eaf9f529c2bcbb0a30edfcf.tar.gz
emacs-4cfd81f6c9755fb87eaf9f529c2bcbb0a30edfcf.zip
* lread.c (read1): Simplify slightly to avoid an overflow warning
with GCC 4.7.0 on x86-64.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index acae070f068..2981e754c8a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 * lread.c (read1): Simplify slightly to avoid an overflow warning
4 with GCC 4.7.0 on x86-64.
5
12012-05-26 Eli Zaretskii <eliz@gnu.org> 62012-05-26 Eli Zaretskii <eliz@gnu.org>
2 7
3 * bidi.c (bidi_mirror_char): Revert last change: an int is 8 * bidi.c (bidi_mirror_char): Revert last change: an int is