1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Rename bool to boolof to match change 185841.

Copied from Perforce
 Change: 185868
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-04-30 09:48:08 +01:00
parent e517351deb
commit 4ccfc3a7f0

View file

@ -156,7 +156,7 @@ the type of the bitfield must be ``unsigned:1``, not ``Bool:1``.
(That's because the two values of the type ``Bool:1`` are ``0`` and
``-1``, which means that assigning ``TRUE`` would require a sign
conversion.) To avoid warnings about loss of data from GCC with the
``-Wconversion`` option, ``misc.h`` provides the ``BOOL`` macro for
``-Wconversion`` option, ``misc.h`` provides the ``BOOLOF`` macro for
coercing a value to an unsigned single-bit field.