From 78f9721bf0dc33981bedf125bcfa5c0c42b69eba Mon Sep 17 00:00:00 2001 From: Stephen McCamant Date: Wed, 10 Jan 2001 13:36:51 -0800 Subject: Consolidated lvalue sub changes Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu> p4raw-id: //depot/perl@8417 --- op.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'op.h') diff --git a/op.h b/op.h index 7dc118e2fb..a484992ff1 100644 --- a/op.h +++ b/op.h @@ -156,7 +156,9 @@ Deprecated. Use C instead. /* OP_?ELEM only */ #define OPpLVAL_DEFER 16 /* Defer creation of array/hash elem */ /* OP_RV2?V, OP_GVSV only */ -#define OPpOUR_INTRO 16 /* Defer creation of array/hash elem */ +#define OPpOUR_INTRO 16 /* Variable was in an our() */ + /* OP_RV2[AH]V, OP_PAD[AH]V, OP_[AH]ELEM */ +#define OPpMAYBE_LVSUB 8 /* We might be an lvalue to return */ /* for OP_RV2?V, lower bits carry hints (currently only HINT_STRICT_REFS) */ /* Private for OPs with TARGLEX */ -- cgit v1.2.1