mpers.awk: fix regression introduced by the previous cleanup

* mpers.awk (what_is): Remove returned_size from local variables.

Fixes: v4.18-308-gfd3447b5 ("mpers.awk: declare local variables consistently")
This commit is contained in:
Дмитрий Левин 2017-09-01 17:30:13 +00:00
parent 9069517382
commit 874b1943f0

View File

@ -83,7 +83,7 @@ function update_upper_bound(idx, val, \
}
function what_is(what_idx, \
item, loc_diff, location, prev_location, prev_returned_size, \
returned_size, special, to_return, type_idx)
special, to_return, type_idx)
{
enter(what_idx)
special = array_get(what_idx, "special")