diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2016-09-09 17:59:50 +0000 |
---|---|---|
committer | Bernd Edlinger <edlinger@gcc.gnu.org> | 2016-09-09 17:59:50 +0000 |
commit | 36d9b716adc475115143c81f345db454861472da (patch) | |
tree | df5543bc79bb28655cca9db71816fa9c0ed1e6fc /gcc/doc/cpp.texi | |
parent | 8a92685e533c18273aa82b7eb5287cbcbbd29f81 (diff) | |
download | gcc-36d9b716adc475115143c81f345db454861472da.tar.gz |
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
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index bd89a0eb53f..ed91767bc96 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -2267,8 +2267,8 @@ not provide a @file{stdint.h} header on those systems. @itemx __INT_FAST64_WIDTH__ @itemx __INTPTR_WIDTH__ @itemx __INTMAX_WIDTH__ -Defined to the widths of the corresponding types. They exist to make -the implementations of @file{limits.h} and @file{stdint.h} make +Defined to the bit widths of the corresponding types. They exist to +make the implementations of @file{limits.h} and @file{stdint.h} behave correctly. You should not use these macros directly; instead, include 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 |