X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cv.h;h=c7c7a73cc5a57d2ee9de26ce8bf5e2aed6622129;hb=75e14d17912ce8a35d5c2b04c0c6e30b903ab97f;hp=0eeedfd7cfd5f778683d11b60eb83321ad8b4e2a;hpb=52e1cb5ebf5e5a8cd5d3d9673b540b0c0dfe20df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cv.h b/cv.h index 0eeedfd..c7c7a73 100644 --- a/cv.h +++ b/cv.h @@ -21,7 +21,7 @@ struct xpvcv { HV * xcv_stash; OP * xcv_start; OP * xcv_root; - void (*xcv_xsub) _((CV*)); + void (*xcv_xsub) _((CV* _CPERLproto)); ANY xcv_xsubany; GV * xcv_gv; GV * xcv_filegv;