aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mcore
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2002-05-03 08:09:35 -0400
committerJason Merrill <jason@gcc.gnu.org>2002-05-03 08:09:35 -0400
commit609688f3c4bc401bddf70e0b3a7ed02a99a9294c (patch)
tree9ab8b45e49c0b7f6ff711d8ba5e370033a2c0ef8 /gcc/config/mcore
parent3b03c671adb3d46d7ccfddba9e750e032287afc4 (diff)
downloadgcc-609688f3c4bc401bddf70e0b3a7ed02a99a9294c.zip
gcc-609688f3c4bc401bddf70e0b3a7ed02a99a9294c.tar.gz
gcc-609688f3c4bc401bddf70e0b3a7ed02a99a9294c.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: r53089
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r--gcc/config/mcore/mcore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h
index 22fee84..6ef9613 100644
--- a/gcc/config/mcore/mcore.h
+++ b/gcc/config/mcore/mcore.h
@@ -254,9 +254,6 @@ extern const char * mcore_stack_increment_string;
words. */
#define LONG_LONG_TYPE_SIZE 64
-/* the size of the boolean type -- in C++; */
-#define BOOL_TYPE_SIZE 8
-
/* Allocation boundary (in *bits*) for storing arguments in argument list. */
#define PARM_BOUNDARY 32