summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2008-01-27 21:26:17 +0000
committerDave Mitchell <davem@fdisolutions.com>2008-01-27 21:26:17 +0000
commitb900987b60cce8e0dffc3b8fd3835992d58ce664 (patch)
tree646728a0d9b1984f39daf1a35ca0965418321244 /op.h
parente846cb9248fdbc78eb6a883f17c20c3785e7f2de (diff)
downloadperl-b900987b60cce8e0dffc3b8fd3835992d58ce664.tar.gz
fix misleading comment in op.h
p4raw-id: //depot/perl@33082
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 58638971f4..fd0ec3432b 100644
--- a/op.h
+++ b/op.h
@@ -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. */