summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-01-02 10:26:57 +0100
committerVincent Pit <perl@profvince.com>2009-07-25 23:26:07 +0200
commit7332a6c406299d5e73836d2410689bd7c3ae4782 (patch)
treef6c5820cde45692f30cbf3a914130460c8f87575 /op.h
parent47cfc530daffd82ce559257488607278cf379aa8 (diff)
downloadperl-7332a6c406299d5e73836d2410689bd7c3ae4782.tar.gz
Introduce "delete local"
Diffstat (limited to 'op.h')
-rw-r--r--op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.h b/op.h
index f06dbdc120..e8ba8ef07a 100644
--- a/op.h
+++ b/op.h
@@ -244,6 +244,7 @@ Deprecated. Use C<GIMME_V> instead.
/* Private for OP_DELETE */
#define OPpSLICE 64 /* Operating on a list of keys */
+/* Also OPpLVAL_INTRO (128) */
/* Private for OP_EXISTS */
#define OPpEXISTS_SUB 64 /* Checking for &sub, not {} or []. */