This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch [3.4/3.3] G++ fix char bitfield use for ISO C


On Thu, Apr 03, 2003 at 12:58:45AM -0500, Kaveh R. Ghazi wrote:
> 	* cp-tree.h (lang_type_header): Add __extension__ and use
> 	CHAR_BITFIELD for members.

Does it work to use

#define CHAR_BITFIELD __extension__ unsigned char

?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]