From 49d1dbaac672111bbe58149977f523e1fee67574 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Fri, 19 Sep 2014 17:52:59 +0100 Subject: pp.h: remove spurious comment about OPpTARGET_MY OPpTARGET_MY is unrelated to MAXARG as far as I can tell. --- pp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'pp.h') 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. See also C, C and C. #define ARGTARG PL_op->op_targ - /* See OPpTARGET_MY: */ #define MAXARG (PL_op->op_private & OPpARG4_MASK) #define SWITCHSTACK(f,t) \ -- cgit v1.2.1