projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b455bf3
)
Revert #11973, the dTHX seems to be needed in there
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:59:40 +0000 (12:59 +0000)]
for threaded builds.
p4raw-id: //depot/perl@11978
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
cef9efe
..
549a187
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-407,6
+407,7
@@
PerlIO_list_free(PerlIO_list_t *list)
void
PerlIO_list_push(PerlIO_list_t *list,PerlIO_funcs *funcs,SV *arg)
{
+ dTHX;
PerlIO_pair_t *p;
if (list->cur >= list->len)
{