projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f747ebd
)
Fix build warning in mro.c
author
Jerry D. Hedden
<jdhedden@cpan.org>
Fri, 21 Aug 2009 14:45:22 +0000
(10:45 -0400)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 21 Aug 2009 18:12:52 +0000
(19:12 +0100)
mro.c
patch
|
blob
|
history
diff --git
a/mro.c
b/mro.c
index
7131593
..
2dca25c
100644
(file)
--- a/
mro.c
+++ b/
mro.c
@@
-324,7
+324,7
@@
S_mro_get_linear_isa_dfs(pTHX_ HV *stash, U32 level)
with it. */
if (basestash) {
SV **svp;
- stored = MUTABLE_HV(sv_2mortal(newHVhv(HvMROMETA(basestash)->isa)));
+ stored = MUTABLE_HV(sv_2mortal(
(SV*)
newHVhv(HvMROMETA(basestash)->isa)));
av_extend(retval, subrv_items);
AvFILLp(retval) = subrv_items;
svp = AvARRAY(retval);