From: Dave Mitchell Date: Sun, 27 Jan 2008 21:26:17 +0000 (+0000) Subject: fix misleading comment in op.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b900987b60cce8e0dffc3b8fd3835992d58ce664;p=p5sagit%2Fp5-mst-13.2.git fix misleading comment in op.h p4raw-id: //depot/perl@33082 --- diff --git a/op.h b/op.h index 5863897..fd0ec34 100644 --- a/op.h +++ b/op.h @@ -188,7 +188,7 @@ Deprecated. Use C 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. */