diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2002-05-03 09:13:13 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2002-05-03 09:13:13 -0400 |
commit | 3d1ad9e5aea194afa4a67cf86bab5b59afbd60a3 (patch) | |
tree | 945c206d8f68e84b5c57b454c0257c33e33fcfdb | |
parent | 6b148bd9e357e8b190299e19befe6ba8a594103f (diff) | |
download | gcc-3d1ad9e5aea194afa4a67cf86bab5b59afbd60a3.zip gcc-3d1ad9e5aea194afa4a67cf86bab5b59afbd60a3.tar.gz gcc-3d1ad9e5aea194afa4a67cf86bab5b59afbd60a3.tar.bz2 |
defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
* defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
* c-decl.c (c_init_decl_processing): Use it.
* config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE.
* config/i960/i960.h (BOOL_TYPE_SIZE): Don't define.
* config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define.
From-SVN: r53091
-rw-r--r-- | gcc/doc/tm.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 0157ef8..722e59c 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1514,9 +1514,9 @@ used in @code{cpp}. @findex BOOL_TYPE_SIZE @item BOOL_TYPE_SIZE -A C expression for the size in bits of the C++ type @code{bool} on the -target machine. If you don't define this, the default is -@code{CHAR_TYPE_SIZE}. +A C expression for the size in bits of the C++ type @code{bool} and +C99 type @code{_Bool} on the target machine. If you don't define +this, and you probably shouldn't, the default is @code{CHAR_TYPE_SIZE}. @findex FLOAT_TYPE_SIZE @item FLOAT_TYPE_SIZE |