From: Nicholas Clark Date: Tue, 20 Dec 2005 23:12:17 +0000 (+0000) Subject: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17fda5459df9207789e2c93a13c6057a90cf1f93;p=p5sagit%2Fp5-mst-13.2.git rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the descriptive comment to include them. p4raw-id: //depot/perl@26429 --- diff --git a/op.h b/op.h index d973a6f..b3f91aa 100644 --- a/op.h +++ b/op.h @@ -105,7 +105,8 @@ Deprecated. Use C instead. /* On pushre, re is /\s+/ imp. by split " " */ /* On regcomp, "use re 'eval'" was in scope */ /* On OP_READLINE, was <$filehandle> */ - /* On RV2[SG]V, don't create GV--in defined()*/ + /* On RV2[ACGHS]V, don't create GV--in + defined()*/ /* On OP_DBSTATE, indicates breakpoint * (runtime property) */ /* On OP_AELEMFAST, indiciates pad var */