diff options
author | David Mitchell <davem@iabyn.com> | 2014-09-19 17:52:59 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-09-19 17:52:59 +0100 |
commit | 49d1dbaac672111bbe58149977f523e1fee67574 (patch) | |
tree | 7ba52e5f2707d6123f3a3bfcd87883f1e3ccdb4a /pp.h | |
parent | c10dbd97a88bebb222dadf3e4f104d42917e21bc (diff) | |
download | perl-49d1dbaac672111bbe58149977f523e1fee67574.tar.gz |
pp.h: remove spurious comment about OPpTARGET_MY
OPpTARGET_MY is unrelated to MAXARG as far as I can tell.
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -379,7 +379,6 @@ Does not use C<TARG>. See also C<XPUSHu>, C<mPUSHu> and C<PUSHu>. #define ARGTARG PL_op->op_targ - /* See OPpTARGET_MY: */ #define MAXARG (PL_op->op_private & OPpARG4_MASK) #define SWITCHSTACK(f,t) \ |