summaryrefslogtreecommitdiff
path: root/win32/perllib.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-11-14 19:46:25 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-11-14 19:46:25 +0000
commit5f7fde29e6223390b222de18e00bc300ef0fa8c9 (patch)
treeaae0b3153b18136477311e5ffe1d3477adfb3207 /win32/perllib.c
parent4265b575712fd23c947cb9e96cb5215190d6fae8 (diff)
downloadperl-5f7fde29e6223390b222de18e00bc300ef0fa8c9.tar.gz
cosmetic tweaks
p4raw-id: //depot/perl@4584
Diffstat (limited to 'win32/perllib.c')
-rw-r--r--win32/perllib.c2
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 );