summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-01 14:45:23 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-01 14:45:23 +0000
commit468aa647417bbcdb0729a787fa25968401364880 (patch)
tree51e1355e9f5ac34542990153cba5fb0d298eb89d /op.h
parente1b8f2440d42d1ef507b8ee444aca4c022615fdf (diff)
downloadperl-468aa647417bbcdb0729a787fa25968401364880.tar.gz
Add the "no 6" / "no v6" syntax.
p4raw-id: //depot/perl@25344
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 5a39d1e220..2c4937f1d9 100644
--- a/op.h
+++ b/op.h
@@ -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. */