Change 24712 by [EMAIL PROTECTED] on 2005/06/06 07:47:06

        We still need an "i" in the PERL_IMPLICIT_SYS case
        
        (Fix compilation error following change #24689)

Affected files ...

... //depot/perl/sv.c#867 edit

Differences ...

==== //depot/perl/sv.c#867 (text) ====
Index: perl/sv.c
--- perl/sv.c#866~24705~        Sat Jun  4 09:49:33 2005
+++ perl/sv.c   Mon Jun  6 00:47:06 2005
@@ -11631,6 +11631,7 @@
      * 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;
 
End of Patch.

Reply via email to