Closed
Bug 621026
Opened 15 years ago
Closed 15 years ago
AIX(,SOLARIS,HPUX): jstypes.h compile failure due to lack of JS_64BIT definition
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: andrew, Assigned: andrew)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
|
918 bytes,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
This patch adds a JS_64BIT definition for Sun Studio (sparcv9), IBM XL C/C++, and HPUX aCC so the compile does not fail here:
# error "Implement me"
Attachment #499359 -
Flags: review?(mrbkap)
| Assignee | ||
Updated•15 years ago
|
Attachment #499359 -
Flags: approval2.0?
| Assignee | ||
Comment 1•15 years ago
|
||
Adds missing __HP_cc to cover the C compiler as well.
Attachment #499359 -
Attachment is obsolete: true
Attachment #499561 -
Flags: review?(mrbkap)
Attachment #499561 -
Flags: approval2.0?
Attachment #499359 -
Flags: review?(mrbkap)
Attachment #499359 -
Flags: approval2.0?
Comment 2•15 years ago
|
||
Comment on attachment 499561 [details] [diff] [review]
Define JS_64BIT properly in Sun Studio, IBM XL C/C++, and HPUX aCC
r+ before a?, please
(we'll probably take these after we ship)
Attachment #499561 -
Flags: approval2.0?
Comment 3•15 years ago
|
||
Comment on attachment 499561 [details] [diff] [review]
Define JS_64BIT properly in Sun Studio, IBM XL C/C++, and HPUX aCC
I'm kind of surprised this isn't a configure check.
Attachment #499561 -
Flags: review?(mrbkap) → review+
Updated•15 years ago
|
Assignee: general → andrew
Comment 4•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 5•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•