projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9d0f7ed
)
Fix C portability nit found by Jerry D. Hedden.
Rafael Garcia-Suarez [Fri, 11 Apr 2008 13:45:43 +0000 (13:45 +0000)]
p4raw-id: //depot/perl@33669
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
f9546e1
..
a61f90a
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-7873,8
+7873,8
@@
Perl_sv_2cv(pTHX_ SV *sv, HV **const st, GV **const gvp, const I32 lref)
default:
if (SvROK(sv)) {
- SvGETMAGIC(sv);
SV * const *sp = &sv; /* Used in tryAMAGICunDEREF macro. */
+ SvGETMAGIC(sv);
tryAMAGICunDEREF(to_cv);
sv = SvRV(sv);