removing sv.c warnings on VC++5.0
Nikola Knezevic [Mon, 13 Aug 2001 23:15:01 +0000 (01:15 +0200)]
Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@11670

sv.c

diff --git a/sv.c b/sv.c
index 2d38d05..3426596 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -9554,6 +9554,8 @@ Create and return a new interpreter by cloning the current one.
 */
 
 /* 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)