Closed
Bug 684049
Opened 14 years ago
Closed 14 years ago
cairoint.h uses lround in C90 programs
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
|
951 bytes,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
lround is a function available in C99 programs, but cairo-int.h is using it in C90 programs as well, which causes libxul to fail to link when building in C90 mode.
| Assignee | ||
Comment 1•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Summary: cairo-int.h uses lround in C90 programs → cairoint.h uses lround in C90 programs
Comment 2•14 years ago
|
||
Comment on attachment 557650 [details] [diff] [review]
Patch (v1)
Add a patch to the cairo directory and a note in the README
Attachment #557650 -
Flags: review?(jmuizelaar) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Target Milestone: --- → mozilla9
| Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•