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:
bbed91b
)
typo in change#3768
author
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 26 Jul 1999 12:33:11 +0000
(12:33 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 26 Jul 1999 12:33:11 +0000
(12:33 +0000)
p4raw-link: @3768 on //depot/perl:
f5d5a27c761624409884a263632e1a922439502b
p4raw-id: //depot/perl@3772
pp_hot.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_hot.c
b/pp_hot.c
index
fd2d79a
..
1956d76
100644
(file)
--- a/
pp_hot.c
+++ b/
pp_hot.c
@@
-2507,7
+2507,7
@@
PP(pp_method)
SV* sv = TOPs;
if (SvROK(sv)) {
- SV* rsv = SvRV(
r
sv);
+ SV* rsv = SvRV(sv);
if (SvTYPE(rsv) == SVt_PVCV) {
SETs(rsv);
RETURN;