aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-11-15 10:01:04 -0800
committerPaul Eggert2013-11-15 10:01:04 -0800
commit2fcc742fc5c1a8de794d78a32c0c0fbf4629ca92 (patch)
tree5f321de82841bd3b633ffb814f09e3fdb28ef4b7 /src/ChangeLog
parent82407168e69efbf9c9f6745ef3356cf6f6314cb3 (diff)
downloademacs-2fcc742fc5c1a8de794d78a32c0c0fbf4629ca92.tar.gz
emacs-2fcc742fc5c1a8de794d78a32c0c0fbf4629ca92.zip
* data.c: Work around bogus GCC diagnostic about shift count.
Reported by Eli Zaretskii in <http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00489.html>. (pre_value): New function. (count_trailing_zero_bits): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 14de1e793b5..f92eb7b85fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-11-15 Paul Eggert <eggert@cs.ucla.edu>
2
3 * data.c: Work around bogus GCC diagnostic about shift count.
4 Reported by Eli Zaretskii in
5 <http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00489.html>.
6 (pre_value): New function.
7 (count_trailing_zero_bits): Use it.
8
12013-11-15 Eli Zaretskii <eliz@gnu.org> 92013-11-15 Eli Zaretskii <eliz@gnu.org>
2 10
3 * lisp.h (DEBUGGER_SEES_C_MACROS) [GCC < v3.5]: Pessimistically 11 * lisp.h (DEBUGGER_SEES_C_MACROS) [GCC < v3.5]: Pessimistically