From a27978d3b51a1694fbb3bf9d13a41f0518386f5c Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Fri, 6 Jul 2001 06:56:32 +0530 Subject: (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 --- op.h | 1 + 1 file changed, 1 insertion(+) (limited to 'op.h') 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 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. */ -- cgit v1.2.1