diff options
author | Gerard Goossen <gerard@tty.nl> | 2007-05-08 17:15:09 +0200 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-12 22:42:09 +0000 |
commit | e9cc17ba00cc39cdcabc27d876cb322b6bbd3a59 (patch) | |
tree | 05824ef224119c8d36635c68d8a2c4b7ab18d73e /op.h | |
parent | b6214b8055070156c0c94b1aa6eb1e157422064b (diff) | |
download | perl-e9cc17ba00cc39cdcabc27d876cb322b6bbd3a59.tar.gz |
Disable slurping assigned of split when PL_madskills
Message-Id: <20070508164400.GA15860@ostwald>
p4raw-id: //depot/perl@31206
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -712,7 +712,6 @@ struct token { * Q optimized qw// * r expression producing R * R tr/E/R/ s/E/R/ - * R assign slurped by split * s sub signature * S use import stub (no import) * S retired sort block |