summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-20 23:12:17 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-20 23:12:17 +0000
commit17fda5459df9207789e2c93a13c6057a90cf1f93 (patch)
tree4b739944ccf65539b9097cde420d4f0b82d0c1bf /op.h
parentc8d62b7117d70c1e6d3a6c3c41603445934b9a83 (diff)
downloadperl-17fda5459df9207789e2c93a13c6057a90cf1f93.tar.gz
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
Diffstat (limited to 'op.h')
-rw-r--r--op.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/op.h b/op.h
index d973a6ffee..b3f91aa341 100644
--- a/op.h
+++ b/op.h
@@ -105,7 +105,8 @@ Deprecated. Use C<GIMME_V> 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 */