Bug 97568 - #undef some symbols before redefining them
Summary: #undef some symbols before redefining them
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 08:57 PDT by Mark Lam
Modified: 2012-09-25 09:40 PDT (History)
3 users (show)

See Also:


Attachments
Fix. (2.20 KB, patch)
2012-09-25 09:08 PDT, Mark Lam
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2012-09-25 08:57:25 PDT
On the wince port, there's a conflict with a redefinition of ENABLE_LLINT in Platform.h.  Platform.h should ensure that it #undef the symbols before redefining them.
Comment 1 Mark Lam 2012-09-25 09:08:37 PDT
Created attachment 165623 [details]
Fix.
Comment 2 Mark Lam 2012-09-25 09:40:04 PDT
Landed in http://trac.webkit.org/changeset/129519.