[Webkit-unassigned] [Bug 84325] [GTK] Build and run TestWebKitAPI unit tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 08:38:20 PDT 2012


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





--- Comment #16 from Martin Robinson <mrobinson at webkit.org>  2012-04-24 08:38:20 PST ---
(From update of attachment 137912)
View in context: https://bugs.webkit.org/attachment.cgi?id=137912&action=review

> Tools/TestWebKitAPI/config.h:32
> -#if __APPLE__
> +#ifdef __APPLE__

Technically to maintain the semantics of this line, I think you need to use:
#if defined(__APPLE__) && __APPLE__

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