projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1eb9e81
)
Forgot to remove dTARGET with change #32816.
Marcus Holland-Moritz [Thu, 3 Jan 2008 17:10:56 +0000 (17:10 +0000)]
p4raw-link: @32816 on //depot/perl:
1eb9e81d303aab0f6c2386f44bc76241948fce0f
p4raw-id: //depot/perl@32817
universal.c
patch
|
blob
|
blame
|
history
diff --git
a/universal.c
b/universal.c
index
b4f296b
..
8c3c247
100644
(file)
--- a/
universal.c
+++ b/
universal.c
@@
-943,7
+943,6
@@
XS(XS_PerlIO_get_layers)
}
if (gv && (io = GvIO(gv))) {
- dTARGET;
AV* const av = PerlIO_get_layers(aTHX_ input ?
IoIFP(io) : IoOFP(io));
I32 i;