]> granicus.if.org Git - libevent/commit
Fix non-C89 variable declaration.
authorJoakim Soderberg <joakim.soderberg@gmail.com>
Mon, 9 Dec 2013 15:58:16 +0000 (16:58 +0100)
committerJoakim Soderberg <joakim.soderberg@gmail.com>
Mon, 9 Dec 2013 15:58:16 +0000 (16:58 +0100)
commit3d10541474ac371b82dc05250735817cef2a8025
tree070c4a2d29a51bccc41078180940cb1a1c8af077
parent45eba6ffd5cf28e20d906a6bb0e2c8a2e242ba56
Fix non-C89 variable declaration.

Microsofts C compiler does not support the C99 standard, so variables has
to be declared at the start of a scope.
evdns.c