tests: test-argv-iter.c: avoid declaration-after-stmt
authorJim Meyering <meyering@redhat.com>
Fri, 27 Mar 2009 16:33:26 +0000 (17:33 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 27 Mar 2009 16:33:26 +0000 (17:33 +0100)
commit00f84872e4ca703990131207b13af27548c9be57
treea54b9e383f6f330a519b6e25735982cac7901399
parenta8fde98844d33d2fae0366e4b3fdb086d2d497ce
tests: test-argv-iter.c: avoid declaration-after-stmt

* gl/tests/test-argv-iter.c: Move declaration "up", so as not
to ruffle feathers of crufty compilers.  We accommodate such
compilers here solely because this module may migrate to gnulib.
Tiny patch by Matthew Woehlke.
gl/tests/test-argv-iter.c