This is the mail archive of the gcc@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: [RFH] Getting rid of WCHAR_TYPE_SIZE


David Edelsohn wrote:-

> 	WCHAR_TYPE_SIZE is used in c-common.c and c-lex.c.  Are you saying
> that you already have removed those uses?

Not really.  If you look at how it's used, it's simply a macro for
TYPE_PRECISION (wchar_type_node).

Neil.


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