X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp.h;h=9d078af5e5dd6070de123c00b999c1d5160c9a95;hb=4207d19c588387e70524000ff324caaf2ca59f41;hp=f3da1a7f80500148adda99b2fe08c4303c185c35;hpb=7fb13887d71713a7821f3417b415917a61fdcf6c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp.h b/pp.h index f3da1a7..9d078af 100644 --- a/pp.h +++ b/pp.h @@ -86,7 +86,7 @@ Refetch the stack pointer. Used after a callback. See L. #define dTARG SV *targ #define NORMAL PL_op->op_next -#define DIE return Perl_die +#define DIE Perl_die /* =for apidoc Ams||PUTBACK