summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.h b/pp.h
index 81bf0225a1..51a61053bd 100644
--- a/pp.h
+++ b/pp.h
@@ -386,4 +386,4 @@ See C<PUSHu>.
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())
+#define LVRET ((PL_op->op_private & OPpMAYBE_LVSUB) && Perl_is_lvalue_sub(aTHX))