projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
81693ff
)
Make win32_start_child responsible for cleaning all the scopes.
Gerard Goossen [Thu, 12 Nov 2009 18:00:13 +0000 (19:00 +0100)]
win32/perlhost.h
patch
|
blob
|
blame
|
history
diff --git
a/win32/perlhost.h
b/win32/perlhost.h
index
d486246
..
61f8765
100644
(file)
--- a/
win32/perlhost.h
+++ b/
win32/perlhost.h
@@
-1762,7
+1762,7
@@
win32_start_child(LPVOID arg)
{
dJMPENV;
- volatile int oldscope = PL_scopestack_ix;
+ volatile int oldscope = 1; /* We are responsible for all scopes */
restart:
JMPENV_PUSH(status);