зеркало из https://github.com/mozilla/pjs.git
AIX bustage fix after checkin of Bug 315288 enabled UTF-8 strings in JS. Changed C++ style comment to C style comment. No bug.
r=shaver@mozilla.org
This commit is contained in:
Родитель
5aad193e21
Коммит
1cf270e750
|
@ -2944,7 +2944,7 @@ js_DeflateStringToBuffer(JSContext *cx, const jschar* src, size_t srclen, char*
|
|||
v = ((c - 0xD800) << 10) + (c2 - 0xDC00) + 0x10000;
|
||||
}
|
||||
if (v < 0x0080) {
|
||||
// no encoding necessary - performance hack
|
||||
/* no encoding necessary - performance hack */
|
||||
if (!dstlen)
|
||||
goto bufferTooSmall;
|
||||
if (dst)
|
||||
|
|
Загрузка…
Ссылка в новой задаче