projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a2c090b
)
A missing dTHX from Vadim Konovalov.
Jarkko Hietaniemi [Mon, 26 Feb 2001 13:52:19 +0000 (13:52 +0000)]
p4raw-id: //depot/perl@8942
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
dd1c9ce
..
982a98c
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-1696,6
+1696,7
@@
PerlIOStdio_fdopen(PerlIO_funcs *self, int fd,const char *mode)
IV
PerlIOStdio_pushed(PerlIO *f, const char *mode, const char *arg, STRLEN len)
{
+ dTHX;
if (*PerlIONext(f))
{
PerlIOStdio *s = PerlIOSelf(f,PerlIOStdio);