Fix from Martin Husemann <martin@NetBSD.ORG> for int-instead-of-ptrdiff_t abusage (361362, r=me).

This commit is contained in:
brendan%mozilla.org 2006-11-21 16:32:49 +00:00
Родитель b612b64118
Коммит c91a7ebfc7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3866,7 +3866,7 @@ js_EmitTree(JSContext *cx, JSCodeGenerator *cg, JSParseNode *pn)
JSAtom *atom;
JSAtomListElement *ale;
jsatomid atomIndex;
intN noteIndex;
ptrdiff_t noteIndex;
JSSrcNoteType noteType;
jsbytecode *pc;
JSOp op;