manual: Rewrite the section on widths of integer types.
authorRical Jasan <ricaljasan@pacific.net>
Thu, 27 Jul 2017 12:04:48 +0000 (05:04 -0700)
committerRical Jasan <ricaljasan@pacific.net>
Fri, 11 Aug 2017 03:28:28 +0000 (20:28 -0700)
commit925733a913ff7087e56f6ffebd2998f683212e78
treeb6d38143b185f423100d5416a173579b361bc605
parent4fcdfbfcf9d5c5a313da43f78309aa2745b2dc32
manual: Rewrite the section on widths of integer types.

The manual contradicted itself by saying the number of bits in an
integer type needed to be computed, and then listing a number of
macros that later standards provided for exactly that.  The entire
section has been reworked to provide those macros first, while
preserving the documentation of CHAR_BIT and the associated examples
within that context.

* manual/lang.texi
(Computing the Width of an Integer Data Type): Rename section
to "Width of an Integer Type".  Remove inaccurate statement
regarding lack of C language facilities for determining width
of integer types, and reorder content to improve flow and
context of discussion.
ChangeLog
manual/lang.texi