bug 477706 - fixing most VC 2005 warnings. r=gal,mrbkap

This commit is contained in:
Igor Bukanov
2009-02-26 09:49:39 +01:00
parent 773764fc14
commit 6c264808b3
7 changed files with 29 additions and 25 deletions

View File

@@ -1873,7 +1873,7 @@ array_sort(JSContext *cx, uintN argc, jsval *vp)
jsuint len, newlen, i, undefs;
JSTempValueRooter tvr;
JSBool hole;
bool ok;
JSBool ok;
size_t elemsize;
JSString *str;