projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
46f659c
)
Re: [PATCH} perlio and threading @ 10576 + report
H.Merijn Brand [Fri, 15 Jun 2001 12:08:53 +0000 (14:08 +0200)]
Message-Id: <
20010615120320
.F009.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@10603
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
ac5ace8
..
e23878f
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-382,6
+382,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)
{