This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In S_validate_suid(), move declarations after the first statement.
authorNicholas Clark <nick@ccl4.org>
Sun, 19 Feb 2012 08:38:52 +0000 (09:38 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 19 Feb 2012 08:38:52 +0000 (09:38 +0100)
commitac076a5c55ed8c798c37360ec72d1f49e636f486
tree607878b3686b070a89d2efedef9c2caf6b8a3562
parent53095d0868dadecf202ad359412b231ea58e2963
In S_validate_suid(), move declarations after the first statement.

Otherwise exacting C89 compilers refuse to build the code. And at least
one Win32 compiler is exacting on this.
perl.c