summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2014-09-19 17:52:59 +0100
committerDavid Mitchell <davem@iabyn.com>2014-09-19 17:52:59 +0100
commit49d1dbaac672111bbe58149977f523e1fee67574 (patch)
tree7ba52e5f2707d6123f3a3bfcd87883f1e3ccdb4a /pp.h
parentc10dbd97a88bebb222dadf3e4f104d42917e21bc (diff)
downloadperl-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp.h b/pp.h
index 58a0a5c545..d0691f89e9 100644
--- a/pp.h
+++ b/pp.h
@@ -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) \