Closed Bug 924393 Opened 11 years ago Closed 11 years ago

don't use JS_BITS_PER_WORD in BitArray.h

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla27

People

(Reporter: froydnj, Unassigned)

References

Details

Attachments

(1 file)

      No description provided.
JS_BITS_PER_WORD requires configure checks and (indirectly) causes problems for doing
Mac universal builds (AIUI, bug 781171).  The compiler will fold computations away,
so just use a construct that doesn't require the preprocessor.
Attachment #814385 - Flags: review?(jwalden+bmo)
Blocks: 781171
Attachment #814385 - Flags: review?(jwalden+bmo) → review+
https://hg.mozilla.org/mozilla-central/rev/0fc34ab639b9
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: