From: Steve Hay Date: Mon, 6 Jun 2005 07:47:06 +0000 (+0000) Subject: We still need an "i" in the PERL_IMPLICIT_SYS case X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8fc9efbd2c0b3e888ff67d0d775a79263e3a2873;p=p5sagit%2Fp5-mst-13.2.git We still need an "i" in the PERL_IMPLICIT_SYS case (Fix compilation error following change #24689) p4raw-link: @24689 on //depot/perl: b464bac0b70c4876af1296864220315edde8461d p4raw-id: //depot/perl@24712 --- diff --git a/sv.c b/sv.c index f0e8e8a..8a3500f 100644 --- a/sv.c +++ b/sv.c @@ -11631,6 +11631,7 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags, * constants; they need to be allocated as common memory and just * their pointers copied. */ + IV i; CLONE_PARAMS clone_params; CLONE_PARAMS* param = &clone_params;