summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-03-25 11:36:22 +0000
committerNicholas Clark <nick@ccl4.org>2008-03-25 11:36:22 +0000
commitb88ec9b84f9d599a41447aac819ad5d416865052 (patch)
tree87baeb3707795a3a57c4797a4a4de423f0196c12 /proto.h
parentba40575b1bc253505539e6f1f4c3f07c32cc09e5 (diff)
downloadperl-b88ec9b84f9d599a41447aac819ad5d416865052.tar.gz
Repeat change 33508 - change 33561 re-instated the mistake in change
33507. p4raw-id: //depot/perl@33563
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
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 \