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: WINT_TYPE on darwin


Mike Stump wrote:

It turns out that darwin uses int for wint_t but the compiler defaults to unsigned int. :-( With my other patch that tightens up unsignedness, we need to get this bit right.

Ok?

reg tested on darwin

Yup.


--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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