summaryrefslogtreecommitdiff
path: root/win32/perlhost.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-08-05 14:18:37 +0100
committerDavid Mitchell <davem@iabyn.com>2009-08-05 14:18:37 +0100
commit46a76da79aa70ae5c77ffe23d8c6e303c7c67ce2 (patch)
tree1e9b943325e52df8e2059adc03eb6039459444df /win32/perlhost.h
parentd7eb1120ad049806b32041fcc301bf95f95423bc (diff)
downloadperl-46a76da79aa70ae5c77ffe23d8c6e303c7c67ce2.tar.gz
win32/perlhost.h: use symbolic constant
CLONEf_COPY_STACKS rather than 1
Diffstat (limited to 'win32/perlhost.h')
-rw-r--r--win32/perlhost.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/perlhost.h b/win32/perlhost.h
index 6e3fcd27a6..c2473c93f7 100644
--- a/win32/perlhost.h
+++ b/win32/perlhost.h
@@ -1835,7 +1835,8 @@ PerlProcFork(struct IPerlProc* piPerl)
return -1;
}
h = new CPerlHost(*(CPerlHost*)w32_internal_host);
- PerlInterpreter *new_perl = perl_clone_using((PerlInterpreter*)aTHX, 1,
+ PerlInterpreter *new_perl = perl_clone_using((PerlInterpreter*)aTHX,
+ CLONEf_COPY_STACKS,
h->m_pHostperlMem,
h->m_pHostperlMemShared,
h->m_pHostperlMemParse,