This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
[perl5.git] / op.h
diff --git a/op.h b/op.h
index d973a6f..b3f91aa 100644 (file)
--- 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 */