Change 23919 by [EMAIL PROTECTED] on 2005/02/02 12:49:46
Picky compilers (e.g. vac on AIX 5.2) do not accept statements
between declarations
Affected files ...
... //depot/perl/ext/Devel/PPPort/PPPort.xs#8 edit
Differences ...
==== //depot/perl/ext/Devel/PPPort/PPPort.xs#8 (text+w) ====
104a105
> IV iv;
106c107
< IV iv = SvIV(ST(0)) + 1;
---
> iv = SvIV(ST(0)) + 1;
--
H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.3, & 5.9.2 on HP-UX 10.20, 11.00 & 11.11,
AIX 4.3, SuSE 9.0 pro 2.4.21 & Win2k. http://www.cmve.net/~merijn
Smoking perl: [email protected], perl QA: http://qa.perl.org
reports to: [EMAIL PROTECTED], [email protected]