From 95f0a2f1ffc68ef908768ec5d39e4102afd28c1e Mon Sep 17 00:00:00 2001 From: Spider Boardman Date: Sat, 8 Dec 2001 19:09:23 -0500 Subject: Re: attributes are broken Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US> p4raw-id: //depot/perl@13543 --- op.h | 1 + 1 file changed, 1 insertion(+) (limited to 'op.h') diff --git a/op.h b/op.h index 415514d687..33484358f6 100644 --- a/op.h +++ b/op.h @@ -153,6 +153,7 @@ Deprecated. Use C instead. /* OP_ENTERSUB only */ #define OPpENTERSUB_DB 16 /* Debug subroutine. */ #define OPpENTERSUB_HASTARG 32 /* Called from OP tree. */ +#define OPpENTERSUB_NOMOD 64 /* Immune to mod() for :attrlist. */ /* OP_RV2CV only */ #define OPpENTERSUB_AMPER 8 /* Used & form to call. */ #define OPpENTERSUB_NOPAREN 128 /* bare sub call (without parens) */ -- cgit v1.2.1