summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorGerard Goossen <gerard@tty.nl>2007-04-19 17:31:27 +0200
committerDave Mitchell <davem@fdisolutions.com>2007-05-12 22:40:05 +0000
commit1b438339fe4a79ea019ab3758be0993b9b0b71df (patch)
tree7615c25834939c4e64b119a560c1009df4ae1ef8 /op.h
parent12bd6ede29d13c215438daf78d15695e487886b0 (diff)
downloadperl-1b438339fe4a79ea019ab3758be0993b9b0b71df.tar.gz
Disable operator target setting for 'my' variables (OPpTARGET_MY)
when madskills is active. Remove the p55 code required for dealing with the optimized tree. Subject: [PATCH] disable operator with target my when madskills enabled Message-Id: <20070419133822.GG19244@ostwald> also: Remove the just remove madprop 'M' doc Message-ID: <20070419134549.GH19244@ostwald> p4raw-id: //depot/perl@31204
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 f53c7a503e..b835f9d667 100644
--- a/op.h
+++ b/op.h
@@ -700,7 +700,6 @@ struct token {
* l last index of array ($#foo)
* L label
* m modifier on regex
- * M my assignment slurped into some other operator's target
* n sub or format name
* o current operator/declarator name
* o else/continue