This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #80628] __SUB__
[perl5.git] / op.h
diff --git a/op.h b/op.h
index f82758e..958529e 100644 (file)
--- a/op.h
+++ b/op.h
@@ -299,7 +299,7 @@ Deprecated.  Use C<GIMME_V> instead.
 #define OPpEVAL_BYTES          8
 #define OPpEVAL_COPHH          16      /* Construct %^H from cop hints */
     
 #define OPpEVAL_BYTES          8
 #define OPpEVAL_COPHH          16      /* Construct %^H from cop hints */
     
-/* Private for OP_CALLER and OP_WANTARRAY */
+/* Private for OP_CALLER, OP_WANTARRAY and OP_RUNCV */
 #define OPpOFFBYONE            128     /* Treat caller(1) as caller(2) */
 
 /* Private for OP_COREARGS */
 #define OPpOFFBYONE            128     /* Treat caller(1) as caller(2) */
 
 /* Private for OP_COREARGS */