summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-07-06 06:56:32 +0530
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-06 01:11:50 +0000
commita27978d3b51a1694fbb3bf9d13a41f0518386f5c (patch)
tree7bff78ca93daef4611e6e1254a6fd73e14b860dc /op.h
parent82c397ed3a4951f2883d92a4a7f58893312cd077 (diff)
downloadperl-a27978d3b51a1694fbb3bf9d13a41f0518386f5c.tar.gz
(Retracted by #11285.)
Subject: Re: [PATCH] mkdir() mode argument is missing initial 0 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org> p4raw-id: //depot/perl@11166
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 497a997d19..05e45800af 100644
--- a/op.h
+++ b/op.h
@@ -166,6 +166,7 @@ Deprecated. Use C<GIMME_V> instead.
#define OPpTARGET_MY 16 /* Target is PADMY. */
/* Private for OP_CONST */
+#define OPpCONST_OCTAL 4 /* Octal constant. */
#define OPpCONST_STRICT 8 /* bearword subject to strict 'subs' */
#define OPpCONST_ENTERED 16 /* Has been entered as symbol. */
#define OPpCONST_ARYBASE 32 /* Was a $[ translated to constant. */