[Webkit-unassigned] [Bug 19554] New: JavaScriptCore API uses "bool" type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 15 06:44:27 PDT 2008


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

           Summary: JavaScriptCore API uses "bool" type
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: christian at imendio.com


The JavaScriptCore API is basically usable from C. However the "bool" type is
used. That means only compilers supporting that part of C99 or even only that
particular datatype can use the API.

A workaround is to implement stdbool.h locally for compilers that don't have
it.


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



More information about the webkit-unassigned mailing list