Closed
Bug 612624
Opened 15 years ago
Closed 15 years ago
dtoa.c Omit_Private_Memory option fails to compile
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: andrew, Unassigned)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
455 bytes,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
We use the Omit_Private_Memory option so that dtoa always uses allocators. This Omit_Private_Memory option used to work but now fails because code accessing state->pmem_next and state->private_mem is not checking the #define that is used to declare them.
The attached patch adds the necessary #ifndef Omit_Private_Memory around this access so that dtoa.c builds properly with this option enabled.
Updated•15 years ago
|
Attachment #490914 -
Flags: review+
Comment 1•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 2•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
•