summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-15 12:57:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-15 12:57:08 +0000
commit9d96b2e75ff1733e38cb57edc6d33908d11ecd49 (patch)
treebd4f9534b26624dce22e6c953eb680ea52db602e /pp.h
parentf00d8b4e3ca382c11d752411d929160882a82942 (diff)
downloadperl-9d96b2e75ff1733e38cb57edc6d33908d11ecd49.tar.gz
Use the /^Perl_/-less form of is_lvalue_sub().
p4raw-id: //depot/perl@8441
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.h b/pp.h
index 51a61053bd..b05e6d068e 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(aTHX))
+#define LVRET ((PL_op->op_private & OPpMAYBE_LVSUB) && is_lvalue_sub())