diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2008-01-27 21:26:17 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2008-01-27 21:26:17 +0000 |
commit | b900987b60cce8e0dffc3b8fd3835992d58ce664 (patch) | |
tree | 646728a0d9b1984f39daf1a35ca0965418321244 /op.h | |
parent | e846cb9248fdbc78eb6a883f17c20c3785e7f2de (diff) | |
download | perl-b900987b60cce8e0dffc3b8fd3835992d58ce664.tar.gz |
fix misleading comment in op.h
p4raw-id: //depot/perl@33082
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ Deprecated. Use C<GIMME_V> instead. #define OPpENTERSUB_DB 16 /* Debug subroutine. */ #define OPpENTERSUB_HASTARG 32 /* Called from OP tree. */ #define OPpENTERSUB_NOMOD 64 /* Immune to mod() for :attrlist. */ - /* OP_RV2CV only */ + /* OP_ENTERSUB and OP_RV2CV only */ #define OPpENTERSUB_AMPER 8 /* Used & form to call. */ #define OPpENTERSUB_NOPAREN 128 /* bare sub call (without parens) */ #define OPpENTERSUB_INARGS 4 /* Lval used as arg to a sub. */ |