Change 11670 by jhi@alpha on 2001/08/14 13:10:36

        Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
        From: Nikola Knezevic <[EMAIL PROTECTED]> 
        Date: Mon, 13 Aug 2001 23:15:01 +0200
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

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

Differences ...

==== //depot/perl/sv.c#455 (text) ====
Index: perl/sv.c
--- perl/sv.c.~1~       Tue Aug 14 07:15:05 2001
+++ perl/sv.c   Tue Aug 14 07:15:05 2001
@@ -9554,6 +9554,8 @@
 */
 
 /* XXX the above needs expanding by someone who actually understands it ! */
+EXTERN_C PerlInterpreter *
+perl_clone_host(PerlInterpreter* proto_perl, UV flags);
 
 PerlInterpreter *
 perl_clone(PerlInterpreter *proto_perl, UV flags)
End of Patch.

Reply via email to