This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e203899
)
Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
author
Nicholas Clark
<nick@ccl4.org>
Wed, 29 Jun 2005 20:24:12 +0000
(20:24 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Wed, 29 Jun 2005 20:24:12 +0000
(20:24 +0000)
p4raw-id: //depot/perl@25011
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
a34efa9
..
4f4be10
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-564,7
+564,7
@@
PP(pp_open)
sv = *++MARK;
}
else {
- sv = GvSV(gv);
+ sv = GvSV
n
(gv);
}
tmps = SvPV_const(sv, len);