From: Mark-Jason Dominus Date: Fri, 16 Jun 2000 20:53:04 +0000 (-0400) Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=883373c0295abffbe566c4b593885e38dae251bf;p=p5sagit%2Fp5-mst-13.2.git PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes Message-ID: <20000617005304.8008.qmail@plover.com> p4raw-id: //depot/cfgperl@6233 --- diff --git a/op.h b/op.h index 081d10c..86f2a0b 100644 --- a/op.h +++ b/op.h @@ -94,7 +94,8 @@ 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, re is /\s+/ imp. by split " " */ + /* On regcomp, "use re 'eval'" was in scope */ /* old names; don't use in new code, but don't break them, either */ #define OPf_LIST OPf_WANT_LIST