diff options
author | Gerard Goossen <gerard@tty.nl> | 2007-04-19 17:31:27 +0200 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-12 22:40:05 +0000 |
commit | 1b438339fe4a79ea019ab3758be0993b9b0b71df (patch) | |
tree | 7615c25834939c4e64b119a560c1009df4ae1ef8 /op.h | |
parent | 12bd6ede29d13c215438daf78d15695e487886b0 (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |