X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xs-src%2FMouse.xs;fp=xs-src%2FMouse.xs;h=32ab97cd2054f897f91b18e758aa6fdc7a5114c7;hb=48a4a7b4b110db566e37945f215c463736dfa975;hp=16db0c4144dad08f392d4e48ae497f9dd37ff26d;hpb=66aa0bfc0c984993d7931be70600d96a079b8738;p=gitmo%2FMouse.git diff --git a/xs-src/Mouse.xs b/xs-src/Mouse.xs index 16db0c4..32ab97c 100644 --- a/xs-src/Mouse.xs +++ b/xs-src/Mouse.xs @@ -184,7 +184,7 @@ mouse_get_xc_wo_check(pTHX_ SV* const metaclass) { } static int -mouse_xc_is_fresh(aTHX_ AV* const xc) { +mouse_xc_is_fresh(pTHX_ AV* const xc) { HV* const stash = MOUSE_xc_stash(xc); SV* const gen = MOUSE_xc_gen(xc); if(SvUVX(gen) != 0U && MOUSE_xc_flags(xc) & MOUSEf_XC_IS_IMMUTABLE) {