From b88ec9b84f9d599a41447aac819ad5d416865052 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 25 Mar 2008 11:36:22 +0000 Subject: Repeat change 33508 - change 33561 re-instated the mistake in change 33507. p4raw-id: //depot/perl@33563 --- proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index cd2e777018..9e597d0c70 100644 --- a/proto.h +++ b/proto.h @@ -4055,7 +4055,7 @@ PERL_CALLCONV GP* Perl_gp_dup(pTHX_ GP *const gp, CLONE_PARAMS *const param) #define PERL_ARGS_ASSERT_GP_DUP \ assert(param) -PERL_CALLCONV MAGIC* Perl_mg_dup(pTHX_ MAGIC *const mg, CLONE_PARAMS *const param) +PERL_CALLCONV MAGIC* Perl_mg_dup(pTHX_ MAGIC *mg, CLONE_PARAMS *const param) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_2); #define PERL_ARGS_ASSERT_MG_DUP \ -- cgit v1.2.1