projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eb1050c
)
win32 tweak
Gurusamy Sarathy [Mon, 25 Oct 1999 07:38:15 +0000 (07:38 +0000)]
p4raw-id: //depot/perl@4450
win32/perllib.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/perllib.c
b/win32/perllib.c
index
f6cc632
..
e8d59cd
100644
(file)
--- a/
win32/perllib.c
+++ b/
win32/perllib.c
@@
-1170,6
+1170,7
@@
PerlProcPauseProc(struct IPerlProc *I)
PerlIO*
PerlProcPopen(struct IPerlProc *I, const char *command, const char *mode)
{
+ dTHXo;
PERL_FLUSHALL_FOR_CHILD;
return (PerlIO*)win32_popen(command, mode);
}