diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-15 12:57:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-15 12:57:08 +0000 |
commit | 9d96b2e75ff1733e38cb57edc6d33908d11ecd49 (patch) | |
tree | bd4f9534b26624dce22e6c953eb680ea52db602e /pp.h | |
parent | f00d8b4e3ca382c11d752411d929160882a82942 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |