aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-11 22:50:15 -0700
committerPaul Eggert2011-10-11 22:50:15 -0700
commitb5525cacc35f18d13ee38e437c9bd362e9c06640 (patch)
tree4660a16ae4b1818b90483f434767fb9b8ba37d71 /src/ChangeLog
parent0324f3af3dddd189617a9cc4b203e3783e96fc7a (diff)
downloademacs-b5525cacc35f18d13ee38e437c9bd362e9c06640.tar.gz
emacs-b5525cacc35f18d13ee38e437c9bd362e9c06640.zip
* xdisp.c (set_cursor_from_row): Simplify conditionals,
to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
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 8ad59d5eb27..8b4f56dd8c2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-10-12 Paul Eggert <eggert@cs.ucla.edu> 12011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xdisp.c (set_cursor_from_row): Simplify conditionals,
4 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
5
3 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff. 6 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
4 Some packages use them to denote characters with modifiers. 7 Some packages use them to denote characters with modifiers.
5 8