From 6b75f04219345928d4af5de9535cb69db219287f Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 28 Jan 2008 10:23:21 +0000 Subject: The third argument of PUSHEVAL was never used by anything. Ever. p4raw-id: //depot/perl@33086 --- cop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cop.h') diff --git a/cop.h b/cop.h index b79cc19450..8cfc88df81 100644 --- a/cop.h +++ b/cop.h @@ -407,7 +407,7 @@ struct block_eval { #define CxOLD_IN_EVAL(cx) (((cx)->blk_u16) & 0x7F) #define CxOLD_OP_TYPE(cx) (((cx)->blk_u16) >> 7) -#define PUSHEVAL(cx,n,fgv) \ +#define PUSHEVAL(cx,n) \ STMT_START { \ assert(!(PL_in_eval & ~0x7F)); \ assert(!(PL_op->op_type & ~0x1FF)); \ -- cgit v1.2.1