From: Nikola Knezevic Date: Mon, 13 Aug 2001 23:15:01 +0000 (+0200) Subject: removing sv.c warnings on VC++5.0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3fc560815ba7dd140c2d3fa339cf6f010e20a63e;p=p5sagit%2Fp5-mst-13.2.git removing sv.c warnings on VC++5.0 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@11670 --- diff --git a/sv.c b/sv.c index 2d38d05..3426596 100644 --- 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)