Closed
Bug 694256
Opened 14 years ago
Closed 14 years ago
Build error: JS_FloorLog2 is missing
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: leon.sha, Unassigned)
Details
Attachments
(1 file)
|
1.60 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
Function JS_FloorLog2 was removed, but it is still used.
"./dist/include/js/Utility.h", line 890: Error: The function "JS_FloorLog2" must have a prototype.
Do the same thing as !defined(JS_HAS_BUILTIN_BITSCAN64) && JS_BYTES_PER_WORD == 8.
Attachment #566752 -
Flags: review?(luke)
Comment 2•14 years ago
|
||
Comment on attachment 566752 [details] [diff] [review]
patch
Sorry about that
Attachment #566752 -
Flags: review?(luke) → review+
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•