[Webkit-unassigned] [Bug 19577] New: JSCore does not compile in C++ environments where C99 headers are not present
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 16 06:34:24 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19577
Summary: JSCore does not compile in C++ environments where C99
headers are not present
Product: WebKit
Version: 526+ (Nightly build)
Platform: Other
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hausmann at webkit.org
Some JSCore public header files include stdbool.h. The stdbool.h header is a
C99 feature, defining the "_Bool" type as well as the "true" and "false"
constants. But it's completely unnecessary in C++ as the
language already defines the "bool" type and its two values.
--
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