]> granicus.if.org Git - libevent/commit
Fix non-C89 variable declaration.
authorJoakim Soderberg <joakim.soderberg@gmail.com>
Mon, 9 Dec 2013 15:54:57 +0000 (16:54 +0100)
committerJoakim Soderberg <joakim.soderberg@gmail.com>
Mon, 9 Dec 2013 15:54:57 +0000 (16:54 +0100)
commite6b2a26755ecd8b532a58b34c7aacd404454c5fb
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