diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/cpp.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9818a86..bd49c74 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-09-09 Bernd Edlinger <bernd.edlinger@hotmail.de> + + * doc/cpp.texi (__*_WIDTH__): Small wording fixes. + 2016-09-09 Joseph Myers <joseph@codesourcery.com> * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__) diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index bd89a0e..ed91767 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 |