summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-09 18:12:54 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-09 18:12:54 -0700
commit6a8709a60c31d74562d0cb240c7a34a5768b3a94 (patch)
tree40f427f0fb39479353cbe43c03db30412e551ac0 /op.h
parent285bb66625cdbcfbe131a906530935c1a1dfbd93 (diff)
downloadperl-6a8709a60c31d74562d0cb240c7a34a5768b3a94.tar.gz
In B::Concise and op.h list all ops that use LVSUB
keys doesn’t actually use it yet, but it will soon.
Diffstat (limited to 'op.h')
-rw-r--r--op.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/op.h b/op.h
index 74030d966b..ae79603a16 100644
--- a/op.h
+++ b/op.h
@@ -216,7 +216,8 @@ Deprecated. Use C<GIMME_V> instead.
#define OPpLVAL_DEFER 16 /* Defer creation of array/hash elem */
/* OP_RV2?V, OP_GVSV, OP_ENTERITER only */
#define OPpOUR_INTRO 16 /* Variable was in an our() */
- /* OP_RV2[AGH]V, OP_PAD[AH]V, OP_[AH]ELEM */
+ /* OP_RV2[AGH]V, OP_PAD[AH]V, OP_[AH]ELEM, OP_[AH]SLICE OP_AV2ARYLEN,
+ OP_R?KEYS, OP_SUBSTR, OP_POS, OP_VEC */
#define OPpMAYBE_LVSUB 8 /* We might be an lvalue to return */
/* OP_PADSV only */
#define OPpPAD_STATE 16 /* is a "state" pad */