From 36d9b716adc475115143c81f345db454861472da Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Fri, 9 Sep 2016 17:59:50 +0000 Subject: [PATCH] cpp.texi (__*_WIDTH__): Small wording fixes. 2016-09-09 Bernd Edlinger * doc/cpp.texi (__*_WIDTH__): Small wording fixes. From-SVN: r240051 --- gcc/ChangeLog | 4 ++++ gcc/doc/cpp.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9818a863767..bd49c7478c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-09-09 Bernd Edlinger + + * doc/cpp.texi (__*_WIDTH__): Small wording fixes. + 2016-09-09 Joseph Myers * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__) 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 -- 2.30.2