X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=XS.xs;fp=XS.xs;h=615ae10f93c3e0ae79e2a1333336cb611bd9b210;hb=ad2debb217cb9247479eaf4da4e5f454e225a276;hp=cc4a23dc6424da673e806c6e0106df45490c6956;hpb=df0af0e2db33dd4616e4a26d304b3ea024090019;p=gitmo%2FClass-C3-XS.git diff --git a/XS.xs b/XS.xs index cc4a23d..615ae10 100644 --- 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;