Closed
Bug 581487
Opened 14 years ago
Closed 12 years ago
Get rid of JS_C_STRINGS_ARE_UTF8 #define
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wes, Unassigned)
Details
This knob is left over from before JS_CStringsAreUTF8() existed, and currently only serves to force js_CStringsAreUTF8 true at compile-time.
Let's get rid of it.
For the record, bug 554539 advocates the opposite: removing run-time control and relying solely on this define.
Also, CouchDB relied on this #define once upon a time, but I am fairly certain it no longer does.
Comment 1•12 years ago
|
||
I removed this completely in Bug 805080 changeset 111811:b2620ac72e94.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•