diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-01 14:45:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-01 14:45:23 +0000 |
commit | 468aa647417bbcdb0729a787fa25968401364880 (patch) | |
tree | 51e1355e9f5ac34542990153cba5fb0d298eb89d /op.h | |
parent | e1b8f2440d42d1ef507b8ee444aca4c022615fdf (diff) | |
download | perl-468aa647417bbcdb0729a787fa25968401364880.tar.gz |
Add the "no 6" / "no v6" syntax.
p4raw-id: //depot/perl@25344
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -184,6 +184,7 @@ Deprecated. Use C<GIMME_V> instead. #define OPpITER_REVERSED 4 /* for (reverse ...) */ /* Private for OP_CONST */ +#define OPpCONST_NOVER 2 /* no 6; */ #define OPpCONST_SHORTCIRCUIT 4 /* eg the constant 5 in (5 || foo) */ #define OPpCONST_STRICT 8 /* bearword subject to strict 'subs' */ #define OPpCONST_ENTERED 16 /* Has been entered as symbol. */ |