This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix declaration-after-statement in ext/Socket/Socket.xs
authorAndy Dougherty <doughera@lafayette.edu>
Thu, 9 Apr 2009 15:41:34 +0000 (11:41 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Thu, 9 Apr 2009 16:06:33 +0000 (18:06 +0200)
commit5a8cf367090fb5d83d8e8e0ae381a3525a215928
tree8b86642745510611ed5aa3ef2182454f137c5ef0
parent0e4fe7cb8f89765c54b6de3fc973c255cd8843a1
Fix declaration-after-statement in ext/Socket/Socket.xs

This trivial patch lets C89-ish compilers compile Socket.c again.

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
ext/Socket/Socket.xs