diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2007-06-28 20:06:50 +0000 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2007-06-28 22:09:07 +0000 |
commit | 0ac6acaed7c2092a5668c6b70ddeaf3003e989d8 (patch) | |
tree | b180dc08771b7c5e7480dd8f7ae97cec29d279a2 /op.h | |
parent | 0df5f63f6809bbf24ffde62fa2804f0041470b74 (diff) | |
download | perl-0ac6acaed7c2092a5668c6b70ddeaf3003e989d8.tar.gz |
Move the RXf_WHITE logic for split " " into the regex engine
From: "Ævar Arnfjörð Bjarmason"
<avarab@gmail.com>
Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com>
(with tweaks)
p4raw-id: //depot/perl@31495
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ Deprecated. Use C<GIMME_V> instead. /* On OP_EXISTS, treat av as av, not avhv. */ /* On OP_(ENTER|LEAVE)EVAL, don't clear $@ */ /* On OP_ENTERITER, loop var is per-thread */ - /* On pushre, re is /\s+/ imp. by split " " */ + /* On pushre, rx is used as part of split, e.g. split " " */ /* On regcomp, "use re 'eval'" was in scope */ /* On OP_READLINE, was <$filehandle> */ /* On RV2[ACGHS]V, don't create GV--in |