From: Tim Bunce Date: Thu, 11 Oct 2012 15:00:16 +0000 (+0100) Subject: fix madprop_size declaration X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d574186bfb555e7d97f24ee6c2e57e7b11e24264;p=p5sagit%2FDevel-Size.git fix madprop_size declaration --- diff --git a/SizeMe.xs b/SizeMe.xs index ca4e6c6..bf197db 100644 --- a/SizeMe.xs +++ b/SizeMe.xs @@ -1493,7 +1493,7 @@ unseen_sv_size(pTHX_ struct state *st, pPATH) #ifdef PERL_MAD static void -madprop_size(pTHX_ struct state *const st, pPath, MADPROP *prop) +madprop_size(pTHX_ struct state *const st, pPATH, MADPROP *prop) { dPathNodes(2, NPathArg); if (!check_new(st, prop))