Commit 36d9b716 by Bernd Edlinger Committed by Bernd Edlinger

cpp.texi (__*_WIDTH__): Small wording fixes.

2016-09-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * doc/cpp.texi (__*_WIDTH__): Small wording fixes.

From-SVN: r240051
parent 8a92685e
2016-09-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
* doc/cpp.texi (__*_WIDTH__): Small wording fixes.
2016-09-09 Joseph Myers <joseph@codesourcery.com> 2016-09-09 Joseph Myers <joseph@codesourcery.com>
* doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__) * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
......
...@@ -2267,8 +2267,8 @@ not provide a @file{stdint.h} header on those systems. ...@@ -2267,8 +2267,8 @@ not provide a @file{stdint.h} header on those systems.
@itemx __INT_FAST64_WIDTH__ @itemx __INT_FAST64_WIDTH__
@itemx __INTPTR_WIDTH__ @itemx __INTPTR_WIDTH__
@itemx __INTMAX_WIDTH__ @itemx __INTMAX_WIDTH__
Defined to the widths of the corresponding types. They exist to make Defined to the bit widths of the corresponding types. They exist to
the implementations of @file{limits.h} and @file{stdint.h} make make the implementations of @file{limits.h} and @file{stdint.h} behave
correctly. You should not use these macros directly; instead, include correctly. You should not use these macros directly; instead, include
the appropriate headers. Some of these macros may not be defined on the appropriate headers. Some of these macros may not be defined on
particular systems if GCC does not provide a @file{stdint.h} header on particular systems if GCC does not provide a @file{stdint.h} header on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment