summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2001-06-15 14:08:53 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-15 13:41:34 +0000
commit8bdaa535e831907095d85cca82627c485c5244c6 (patch)
treee35125a45ba2f9b99d9af7149236f3fd693a5ba1 /perlio.c
parent46f659cb44a97e36a1da9a3cb9c703c9d7ce538f (diff)
downloadperl-8bdaa535e831907095d85cca82627c485c5244c6.tar.gz
Re: [PATCH} perlio and threading @ 10576 + report
Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10603
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perlio.c b/perlio.c
index ac5ace88db..e23878ff65 100644
--- 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)
{