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]

WINT_TYPE on darwin


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

Attachment: wint_type.diffs.txt
Description: Text document


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