summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorSpider Boardman <spider@orb.nashua.nh.us>2001-12-08 19:09:23 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-09 15:00:50 +0000
commit95f0a2f1ffc68ef908768ec5d39e4102afd28c1e (patch)
tree6d6c7cf9004e0c6dae9629f09bab6144eeec3347 /op.h
parent5ec554fbe2d22a7213ac94890d84ed925ba9af4b (diff)
downloadperl-95f0a2f1ffc68ef908768ec5d39e4102afd28c1e.tar.gz
Re: attributes are broken
Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US> p4raw-id: //depot/perl@13543
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 415514d687..33484358f6 100644
--- a/op.h
+++ b/op.h
@@ -153,6 +153,7 @@ Deprecated. Use C<GIMME_V> 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) */