Bug 644241 followup for compiler warning

This commit is contained in:
Alon Zakai 2011-06-03 18:13:47 -07:00
parent 65a404b13d
commit 6946b2b4af

View File

@ -193,7 +193,7 @@ JS_PUBLIC_API(void *)
JS_ArenaRealloc(JSArenaPool *pool, void *p, size_t size, size_t incr)
{
JSArena **ap, *a, *b;
jsuword boff, aoff, extra, hdrsz, gross, growth;
jsuword boff, aoff, extra, hdrsz, gross;
/*
* Use the oversized-single-allocation header to avoid searching for ap.