isl_test_int.c: avoid for loop initial declarations
commite7d25872776611ac47f8f458a432e20b0b2b6369
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 21 Jun 2015 17:12:43 +0000 (21 19:12 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 21 Jun 2015 20:27:12 +0000 (21 22:27 +0200)
tree8f60373375c0579e79201d2c29e98f607ee44591
parentb75409536707f5898e1ff62976b26775450fa21e
isl_test_int.c: avoid for loop initial declarations

They are not used anywhere else in the code base and
some compilers require C99 or C11 mode to parse them.

Reported-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_test_int.c