diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-14 19:46:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-14 19:46:25 +0000 |
commit | 5f7fde29e6223390b222de18e00bc300ef0fa8c9 (patch) | |
tree | aae0b3153b18136477311e5ffe1d3477adfb3207 /win32/perllib.c | |
parent | 4265b575712fd23c947cb9e96cb5215190d6fae8 (diff) | |
download | perl-5f7fde29e6223390b222de18e00bc300ef0fa8c9.tar.gz |
cosmetic tweaks
p4raw-id: //depot/perl@4584
Diffstat (limited to 'win32/perllib.c')
-rw-r--r-- | win32/perllib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/perllib.c b/win32/perllib.c index 2b4d778914..9cd542b9df 100644 --- a/win32/perllib.c +++ b/win32/perllib.c @@ -1564,8 +1564,6 @@ RunPerl(int argc, char **argv, char **env) exitstatus = perl_parse(my_perl, xs_init, argc, argv, env); if (!exitstatus) { #ifdef USE_ITHREADS /* XXXXXX testing */ - extern PerlInterpreter * perl_clone(pTHXx_ IV flags); - new_perl = perl_clone(my_perl, 0); Perl_push_scope(new_perl); /* ENTER; (hack in lieu of perl_destruct()) */ exitstatus = perl_run( new_perl ); |