[Webkit-unassigned] [Bug 6245] New: identifier.cpp: uint -> unsigned int
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Dec 26 10:20:08 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6245
Summary: identifier.cpp: uint -> unsigned int
Product: WebKit
Version: 412+
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: JavaScript
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: justin at xiondigital.net
"uint" isn't defined in identifier.cpp, and isn't in Windows' system headers.
This is the only place left in JavaScriptCore that won't compile due to this issue.
Patch changes usage to use "unsigned int"
--
Configure bugmail: http://bugzilla.opendarwin.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