summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorGerard Goossen <gerard@ggoossen.net>2011-08-13 18:51:48 +0200
committerFather Chrysostomos <sprout@cpan.org>2011-08-15 20:27:02 -0700
commitd26376f0cba86f87a4770b29227457e5c2b4a1db (patch)
tree838206f7e56f03b7de68535d340a7d0c7adcecf0 /op.h
parent5c906035ffb6b2857a0f941a97ac9e7bb4126275 (diff)
downloadperl-d26376f0cba86f87a4770b29227457e5c2b4a1db.tar.gz
Remove OPpENTERSUB_NOMOD.
OPpENTERSUB_NOMOD was always set in combination with OPf_WANT_VOID which is now used to not propagate the lvalue context, making OPpENTERSUB_NOMOD redundant.
Diffstat (limited to 'op.h')
-rw-r--r--op.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/op.h b/op.h
index 873dc497e0..f01e0bf07f 100644
--- a/op.h
+++ b/op.h
@@ -207,7 +207,6 @@ 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 op_lvalue() for :attrlist. */
#define OPpENTERSUB_INARGS 4 /* Lval used as arg to a sub. */
#define OPpENTERSUB_DEREF 1 /* Lval call that autovivifies. */
/* used by HINT_STRICT_SUBS 2 */