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:
parent
e517351deb
commit
4ccfc3a7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue