On Mon, Sep 24, 2012 at 9:30 AM, Joey Gouly <joey.gouly at arm.com> wrote: > Hi all, > > Currently Sema/wchar.c fails because WCHAR_T_TYPE is defined as int, however > on ARM wchar_t is unsigned int. > > This patch changes that, so this test passes for ARM. > > Please review, and commit! Committed r164598. Thanks, Hans