projects
/
gitmo/Class-C3-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df0af0e
)
Fix a compiler warning.
Florian Ragwitz [Wed, 25 Mar 2009 00:31:54 +0000 (
01:31
+0100)]
XS.xs
patch
|
blob
|
blame
|
history
diff --git
a/XS.xs
b/XS.xs
index
cc4a23d
..
615ae10
100644
(file)
--- a/
XS.xs
+++ b/
XS.xs
@@
-577,7
+577,7
@@
XS(XS_Class_C3_XS_calc_mdt)
}
hv_iterinit(mro_stash);
- while(he = hv_iternext(mro_stash)) {
+ while((he = hv_iternext(mro_stash))) {
CV* code;
SV* mskey;
SV* msval;