From 0ac6acaed7c2092a5668c6b70ddeaf3003e989d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 28 Jun 2007 20:06:50 +0000 Subject: =?UTF-8?q?Move=20the=20RXf=5FWHITE=20logic=20for=20split=20"=20"?= =?UTF-8?q?=20into=20the=20regex=20engine=20From:=20"=C3=86var=20Arnfj?= =?UTF-8?q?=C3=B6r=C3=B0=20Bjarmason"=20=20Message-ID:?= =?UTF-8?q?=20<51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com?= =?UTF-8?q?>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (with tweaks) p4raw-id: //depot/perl@31495 --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.h') diff --git a/op.h b/op.h index f9147cdf5e..65102ba9c7 100644 --- a/op.h +++ b/op.h @@ -120,7 +120,7 @@ Deprecated. Use C 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 -- cgit v1.2.1