* data.c: Work around bogus GCC diagnostic about shift count.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Nov 2013 18:01:04 +0000 (10:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Nov 2013 18:01:04 +0000 (10:01 -0800)
commit2fcc742fc5c1a8de794d78a32c0c0fbf4629ca92
tree5f321de82841bd3b633ffb814f09e3fdb28ef4b7
parent82407168e69efbf9c9f6745ef3356cf6f6314cb3
* 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.
src/ChangeLog
src/data.c