[Webkit-unassigned] [Bug 31670] New: Move the definition of HAVE(STDINT_H) and WTF_CHANGES guards into Platform.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 19 08:56:58 PST 2009


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

           Summary: Move the definition of HAVE(STDINT_H) and WTF_CHANGES
                    guards into Platform.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


Both HAVE(STDINT_H) and WTF_CHANGES are only used within WTF and WTF (code
under JavaScriptCode/wtf) expect these to be defined, yet these guards are
defined in WebCore and JavaScriptCore config.h files and in a few cases port
specific makefiles.

As WTF does not build without these flags and these flags are only used (at the
moment) within WTF I think it make sense to move them to wtf/Platfrom.h.

Patch will follow.

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