X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cv.h;h=c7c7a73cc5a57d2ee9de26ce8bf5e2aed6622129;hb=3937c24e3f4ed26beafd7a2fbe3a20466bfc2b2d;hp=f78b5a41990907c341bf5829579b9a4f180e630c;hpb=76e3520e1f6b7df33cd381a2cf4f1fce3d69c8a4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cv.h b/cv.h index f78b5a4..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) _((CPERLproto_ CV*)); + void (*xcv_xsub) _((CV* _CPERLproto)); ANY xcv_xsubany; GV * xcv_gv; GV * xcv_filegv;