diff options
author | Vincent Pit <perl@profvince.com> | 2009-01-02 10:26:57 +0100 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-07-25 23:26:07 +0200 |
commit | 7332a6c406299d5e73836d2410689bd7c3ae4782 (patch) | |
tree | f6c5820cde45692f30cbf3a914130460c8f87575 /op.h | |
parent | 47cfc530daffd82ce559257488607278cf379aa8 (diff) | |
download | perl-7332a6c406299d5e73836d2410689bd7c3ae4782.tar.gz |
Introduce "delete local"
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 []. */ |