Bug 733260: remove typedef jsuint, r=luke
This commit is contained in:
@@ -712,9 +712,9 @@ js_CheckForStringIndex(jsid id)
|
||||
const jschar *cp = s;
|
||||
const jschar *end = s + n;
|
||||
|
||||
jsuint index = JS7_UNDEC(*cp++);
|
||||
jsuint oldIndex = 0;
|
||||
jsuint c = 0;
|
||||
unsigned index = JS7_UNDEC(*cp++);
|
||||
unsigned oldIndex = 0;
|
||||
unsigned c = 0;
|
||||
|
||||
if (index != 0) {
|
||||
while (JS7_ISDEC(*cp)) {
|
||||
|
||||
Reference in New Issue
Block a user