X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp.h;h=b05e6d068efe1bb5dc9b1a61040e3fe6010a271e;hb=77003bb1f5b79e478d4e39dbf22a7d33aacd2fd5;hp=51a61053bd54126bdbaa211dd255ae28689772e0;hpb=bee2ec04fc994b89da41b7d4b998da6c19459895;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp.h b/pp.h index 51a6105..b05e6d0 100644 --- a/pp.h +++ b/pp.h @@ -386,4 +386,4 @@ See C. True if this op will be the return value of an lvalue subroutine =cut */ -#define LVRET ((PL_op->op_private & OPpMAYBE_LVSUB) && Perl_is_lvalue_sub(aTHX)) +#define LVRET ((PL_op->op_private & OPpMAYBE_LVSUB) && is_lvalue_sub())