diff options
author | Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> | 2001-08-14 01:15:01 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-14 13:10:36 +0000 |
commit | 3fc560815ba7dd140c2d3fa339cf6f010e20a63e (patch) | |
tree | 024106334be0c826657e0ba08434692302754070 /sv.c | |
parent | 56034a21148b7e209c292ff46abf1c959280e441 (diff) | |
download | perl-3fc560815ba7dd140c2d3fa339cf6f010e20a63e.tar.gz |
removing sv.c warnings on VC++5.0
Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
p4raw-id: //depot/perl@11670
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |