projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
607f7f2
)
(Retracted by #11531)
Jarkko Hietaniemi [Wed, 1 Aug 2001 12:39:35 +0000 (12:39 +0000)]
p4raw-id: //depot/perl@11530
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
093cc8a
..
240099b
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-407,7
+407,6
@@
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)
{