diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2001-06-15 14:08:53 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-15 13:41:34 +0000 |
commit | 8bdaa535e831907095d85cca82627c485c5244c6 (patch) | |
tree | e35125a45ba2f9b99d9af7149236f3fd693a5ba1 /perlio.c | |
parent | 46f659cb44a97e36a1da9a3cb9c703c9d7ce538f (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |