PATCH Re: sizeof (_Bool)
Jason Merrill
jason@redhat.com
Thu May 2 06:15:00 GMT 2002
C and C++ bool should absolutely have the same size. Does this do the
trick for you?
2002-05-02 Jason Merrill <jason@redhat.com>
* 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.
* cp/decl.c (BOOL_TYPE_SIZE): Move default to defaults.h.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-patch
Size: 3999 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20020502/b31f03ef/attachment.bin>
More information about the Gcc-patches
mailing list