diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-07-06 06:56:32 +0530 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-06 01:11:50 +0000 |
commit | a27978d3b51a1694fbb3bf9d13a41f0518386f5c (patch) | |
tree | 7bff78ca93daef4611e6e1254a6fd73e14b860dc /op.h | |
parent | 82c397ed3a4951f2883d92a4a7f58893312cd077 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |