diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-03 12:09:35 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-03 12:09:35 +0000 |
commit | 557840a9b00d5563c63edf4794e6b6399b1bb530 (patch) | |
tree | 9ab8b45e49c0b7f6ff711d8ba5e370033a2c0ef8 /gcc/cp/decl.c | |
parent | 709c2f34f557a88757bd37196f67a9044e3ed140 (diff) | |
download | ppe42-gcc-557840a9b00d5563c63edf4794e6b6399b1bb530.tar.gz ppe42-gcc-557840a9b00d5563c63edf4794e6b6399b1bb530.zip |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53089 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index f354336d3c3..c854cb707d8 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -49,11 +49,6 @@ Boston, MA 02111-1307, USA. */ #include "c-pragma.h" #include "diagnostic.h" -#ifndef BOOL_TYPE_SIZE -/* `bool' has size and alignment `1', on all platforms. */ -#define BOOL_TYPE_SIZE CHAR_TYPE_SIZE -#endif - static tree grokparms PARAMS ((tree)); static const char *redeclaration_error_message PARAMS ((tree, tree)); |