tests: use K&R main() syntax for old-ltdl-iface.at.
commite693c9ac96a19dc5ca01ec3520ab18d1d3342e95
authorGary V. Vaughan <gary@gnu.org>
Sat, 26 Oct 2013 00:33:14 +0000 (26 13:33 +1300)
committerGary V. Vaughan <gary@gnu.org>
Sat, 26 Oct 2013 00:33:14 +0000 (26 13:33 +1300)
treebc031c980811086fe92d56d93e3e4ef358f34d84
parent404dbdf20245ae02e288284d1385297d0e7a546d
tests: use K&R main() syntax for old-ltdl-iface.at.

At least Mac OS 10.8.5 clang chokes on the previous
'const void *argv[]' parameter, but since we don't use it
anyway, keep to the theme of old api support and use K&R
syntax.
* tests/old-ltdl-iface.at (old.c): Use 'main ()' instead of
unportable 'int main (int argc, const void *argv[])'.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
tests/old-ltdl-iface.at