X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/8f84cc86e11f13b85c64fd0205261e12bef9e7f9..84ed01088568ffe9cf49047f10500ca511db0c9e:/op.h diff --git a/op.h b/op.h index f82758e..958529e 100644 --- a/op.h +++ b/op.h @@ -299,7 +299,7 @@ Deprecated. Use C instead. #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 */