[Webkit-unassigned] [Bug 29715] [All] RVCT compilation of WebKit fails due to ARM/Thumb defines in Platform.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 13:54:10 PDT 2009


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





--- Comment #24 from Gabor Loki <loki at inf.u-szeged.hu>  2009-09-25 13:54:01 PDT ---
(In reply to comment #23)
> #define PLATFORM(WTF_FEATURE) (defined WTF_PLATFORM_##WTF_FEATURE  &&
> WTF_PLATFORM_##WTF_FEATURE)
> 
> so the complement definitions are actually redundant.  

Hmm. You are right. I probably made a typo when I tested that approach, and the
compiler was complaining about missing side of binary operator '=='.

I have repeated the test, and it works fine.

-- 
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