X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp.h;h=ec701f3054f3cfa53ebfdc9cc2aae4c2bb4b92fe;hb=cc50ac46d6f5968c34044ce7c501b06af15fc51a;hp=11dd9d0e825743103fff7541edcc1dffccb35bdc;hpb=d30110745a7a78b4c83e13a8406bad8c3e3294bf;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp.h b/pp.h index 11dd9d0..ec701f3 100644 --- a/pp.h +++ b/pp.h @@ -49,8 +49,6 @@ #define dTARG SV *targ -#define dXS_TARGET SV * targ = (PL_op->op_private & OPpENTERSUB_HASTARG ? PAD_SV(PL_op->op_targ) : sv_newmortal()) - #define NORMAL PL_op->op_next #define DIE return Perl_die