[Webkit-unassigned] [Bug 40651] Use "typedef wchar_t JSChar" when compiled with RVCT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 1 00:35:47 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40651





--- Comment #17 from Gabor Loki <loki at webkit.org>  2010-09-01 00:35:46 PST ---
> > -#if defined(Q_OS_WIN) || COMPILER(WINSCW) || (COMPILER(RVCT) && OS(SYMBIAN))
> > +#if defined(Q_OS_WIN) || COMPILER(WINSCW) || (COMPILER(RVCT) && !OS(LINUX))
> It's unclear to me why we're switching from a whitelist to a blacklist for something that's identified as a hack...

I see no problem using this formula. As far as I know RVCT is used for the following target platforms: Symbian, Linux, WinCE, Brew MP.
Symbian, WinCE and Brew MP use wchar_t. The only exception is the Linux (which uses uint16_t). Well, it looks like a blacklist, not a whitelist to me.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list