This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
We still need an "i" in the PERL_IMPLICIT_SYS case
authorSteve Hay <SteveHay@planit.com>
Mon, 6 Jun 2005 07:47:06 +0000 (07:47 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 6 Jun 2005 07:47:06 +0000 (07:47 +0000)
(Fix compilation error following change #24689)
p4raw-link: @24689 on //depot/perl: b464bac0b70c4876af1296864220315edde8461d

p4raw-id: //depot/perl@24712

sv.c

diff --git a/sv.c b/sv.c
index f0e8e8a..8a3500f 100644 (file)
--- 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;